
/* thumbnail display styles */
#previewbg {
  	position: relative;
	z-index: 5;
	display: block;
margin-left:auto;
margin-right:auto;
	border: none;height:auto;

}

#previewpane {
	z-index: 6;
	position: relative;
	width: 450px;
	height: auto;
	background: transparent;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	left:0px;clear:both;
}
img.preview {
	border:1px solid #A3A6B9;
	margin: 2px 2px 2px 2px;
	float: left;
}

.galleryhdr {color:#02335C;	clear:both;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}
.galleryhdr2 {color:#02335C;height:20px;
	font-size: .80em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
	clear:both;
	position:relative;
}
.img {border:0;padding:10px;
}

