
/* thumbnail display styles */
#previewbg {  
	z-index: 5;
	display: block;
	width: 100%;
	height: 1000px;
	position: absolute; 
	top: 0px; 
	left: 0px;
	background: #813E10;
	margin: 0px;
	opacity: 0.8;
	-moz-opacity:0.8; 
	filter:alpha(opacity=80);
	border: none;
}
#previewwrapper {
	z-index: 6;
	display: block;
	position: absolute;
	left: 6px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background: transparent;
}
#previewpane {left:100px;
	z-index: 6;
	position: relative;
	display: block;
	width: 513px;
	height: auto;
	top: 100px;
	background: #CA942B;
	padding: 15px;
	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 {left:134px;
	z-index: 6;
	position: relative;
	display: block;
	width: 453px;
	height: auto;
	padding: 5px;
	padding-right: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	font-size: 0.9em;
	top: 95px;
}
#closediv img {
	float:right;
	margin-right: -1px;
}
.galleryhdr {color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}
.galleryhdr2 {color:#fff;
	font-size: .80em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}


.galleryhdr {color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}
.galleryhdr2 {color:#fff;
	font-size: .80em;
	font-weight: bold;
	font-style: normal;
	font-family: verdana, arial, sans-serif;
}
.img {border:0;padding:10px;
}
