/* gallery styles */
.gallerysample {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	border: 1px solid white;
}
.gallerydetails {
	float: left;
	width: 380px;
	overflow: visible;
	padding: 0px;
	margin-top: -5px;
}
h3.galleryheader {
	width: 380px;
	margin-top: 0px;
	margin-bottom: 4px;
}
.gallerytext {
	float: left;
	margin-top: 0px;
}
/* thumbnail display styles */
#previewbg { 
	z-index: 5;
	display: block;
	width: 100%;
	height: 1000px;
	position: absolute; 
	top: 0px; 
	left: 0px;
	background: #011D50;
	margin: 0px;
	opacity: 0.6;
	-moz-opacity:0.6; 
	filter:alpha(opacity=60);
	border: none;
}
#previewwrapper {
	z-index: 6;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: transparent;
}
#previewpane {
	z-index: 6;
	position: relative;
	display: block;
	width: 453px;
	height: auto;
	top: 80px;
	background: white;
	padding: 5px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: blue;
	font-size: 0.9em;
}
img.preview {
	border:1px solid black;
	margin: 5px;
	float: left;
}
#closediv {
	z-index: 6;
	position: relative;
	display: block;
	width: 453px;
	height: auto;
	padding: 5px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: blue;
	font-size: 0.9em;
	top: 74px;
}
#closediv img {
	float:right;
	margin-right: -1px;
}
.galleryhdr {
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}
