#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 999; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; border: 1px solid #3D3028;  overflow:auto;}

#imageContainer{  overflow:auto; margin: 0px 10px; padding: 31px 0px 10px 0px;}

#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; margin-top:-20px;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; margin: 0 auto; line-height: 1.4em; overflow: auto; border: 1px solid #3D3028; border-bottom:0px; margin-bottom:10px; position:absolute; z-index:998;}
#imageData{ color: #666; float:left; width:100%; position:relative; margin-top:-1px;}

#imageData #imageDetails{float: left; text-align: left;}	
#imageData #caption{position:relative; z-index:999; display:block; padding:0px 0px 0px 20px; font-size:9pt; font-weight: bold; color: #3D3028; line-height:30px;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none; padding:5px 18px 5px 0px;}	 	
#bottomNav{float:right;position:relative;z-index:999;width:90px;}
#imageDataBG{ width:100%; height:100%; position:absolute; opacity:0.6; -moz-opacity: 0.6; filter: alpha(opacity=60); left:0px; background: #ffffff;}
#overlay{ position: absolute; top: 0; left: 0; z-index: 998; width: auto; height: 500px; background-color: #000;}
