/*#lightbox{	position: absolute;	left: 0; width: 470px; z-index: 100; line-height: 0; padding:20px}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 470px; height: auto; 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;}


#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	
*/
#overlay{ position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; height: 500px; background-color: #000; }

#lightbox {position: absolute;	left: 0; width: 470px; z-index: 10100;line-height: 0; 
	width: 100%;
	padding: 0;
}

#imageData {
	position: absolute;
	top: 0;
	z-index: 1;
	width: 472px;
}
 
#outerImageContainer {
	background-image: url(/images/white-bg.gif);
	background-repeat:no-repeat;
	width: 455px;
	height: 350px;
	margin: 0 auto;
}
 
#lightboxImage {
	margin-left:2px;	
}

#lightboxImageDiv {
	display:block;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	padding-right:15px;
	/*width: 432px;height:288px;
	vertical-align:middle;*/
	height:288px;
}

 
#bottomNav 
{
	float:left;
	width: 60px;
}
#bottomNavClose {
	float: right;
}

#loading{ width: 100%; height:140px; padding-top:130px; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }
#imageContainer{ padding: 10px 10px 0 10px; }


#prevLink, #nextLink{ width: 50%; height: 100%; }
#prevLink {  float:left; background: url(../images/l_arrow.gif) left 40% no-repeat; }
#nextLink {float:right; background: url(../images/r_arrow.gif) right 40% no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(../images/l_arrow.gif) left 40% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/r_arrow.gif) right 40% no-repeat; }
#imageDataContainer{ z-index:10199;font-weight: bold;font-size:11px;float:right;margin-top:4px;height:20px;text-align:right;}
#caption{ z-index:10200;line-height:normal;border:0px solid #c00;text-align:right;padding-right:5px;}

#lightboxDisc {
	z-index:10201;
	line-height:normal;
	font-size:10px;
	text-align:center;
	padding:0;
	margin:0;
	color:#666;
}
.photoDisclaimer {
	float:left;
	font-size:10px;
	padding-left:2px;
	color:#666;
}
.photoDisclaimer2 {
	float:left;
	clear:left;
	font-size:10px;
	padding-left:4px;
	color:#666;
}

#clearDiv {
	clear:both;
	height:1px;
	font-size:1px;
	/*background:#c00;*/
}
	
#prevLinkB
{
	position:relative;
	top:15px;
	font-size:10px;
	color:#666;
}
#nextLinkB
{
	position:relative;
	top:15px;	
	font-size:10px;
	color:#666;
}
