@charset "utf-8";
/* CSS Document */
.infopanel01 {
	width: 578px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}
.photopanel {
	float: left;
	width: 500px;
	margin-left: 25px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	font: 14px Arial;
}
.photopanel2 {
	float: left;
	width: 590px;
	font: 14px Arial;
	margin-top: 5px;
}
.photopanelinfo1 {
	float: left;
	width: 590px;
	font: 14px Arial;	
}
.picbox {
	float: left;
	height: 150px;
	width: 110px;
	color: #036;
	text-align: center;
}
.picbox110 {
	float: left;
	width: 110px;
	color: #036;
	text-align: center;
}
.picbox130 {
	float: left;
	width: 130px;
	color: #036;
	text-align: center;
}
.picrow {
	float: left;
	width: 588px;
}
.picbox135 {
	float: left;
	width: 135px;
	color: #036;
	text-align: center;
}
.picbox170 {
	float: left;
	width: 160px;
	color: #036;
	text-align: center;
}
.picbox-g1 {
	float: left;
	height: 195px;
	width: 195px;
	color: #036;
	text-align: center;
}
.picbox-vbs {
	float: left;
	height: 170px;
	width: 195px;
	color: #036;
	text-align: center;
}
.picbox2 {
	float: left;
	width: 578px;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 5px;
}
.picset {
	float: left;
	width: 588px;
	border: 1px solid #56002D;
	font-family: Arial;
	font-size: 14px;
	background-color: #fdfafc;
	margin-top: 5px;
	margin-bottom: 5px;
}
.postdate {
	font-size: 12px;
	color: #666;
}
.ptxt01 {
	font-family: Arial;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
}
.ptxt01a {
	font-size: 12px;
	float: left;
	width: 290px;
}
.ptxt01b {
	font-size: 12px;
	float: left;
	width: 290px;
	text-align: right;
	padding-right: 5px;
}
.setpanel01 {
	font-family: Arial;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-bottom-color: #999;
	float: left;
	height: 20px;
	width: 588px;
}
.setpanel01a {
	font-size: 12px;
	float: left;
	width: 290px;
}
.setpanel01b {
	font-size: 12px;
	float: left;
	width: 290px;
	text-align: right;
	padding-right: 5px;
}
.txt02 {
	color: #036;
	float: left;
	width: 590px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial;
	font-size: 14px;
}
/* -- PHOTO WINDOW -- */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox a img{ border: none; }
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer{
	padding: 10px;
}
#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(picutil/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#prevLink {
	left: 0;
	float: left;
	width: 63px;
}
#nextLink { right: 0; float: right; width: 63px;}
#prevLink:hover, #prevLink:visited:hover { background: url(../picutil/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../picutil/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{
	font: 12px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
}
#imageData{
	padding:0 10px;
	color: #600;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
}
* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
}
/* Clearfix */	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
/* -- END PHOTO WINDOW -- */

