#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 900; 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; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }

#hoverNav a{ outline: none;}

#imageDataContainer{ font: 12px Arial, sans-serif; background-color: #fff; margin: 0 auto; width: 100%; }

#imageData{	color: #666; }
#imageData #imageDetails{ width: 100%; text-align: center; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	font-weight: bold; color:#000000;}			

#hoverNav{width: 100%;position:relative;}
#prevLink, #nextLink{width: 20%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { margin-left: 10px;float: left;  position:absolute; bottom:0; left: 0;background: url(img/lightbox_leftarrow.png) left top no-repeat;}
#nextLink { margin-right: 10px; float: right;  position:absolute; bottom:0; right:0; background: url(img/lightbox_rightarrow.png) right top no-repeat; }

#bottomNavClose{ padding: 0; position:absolute; top:0; right:0; width: 30px; outline: none; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 900; width: 100%; height: 500px; background-color: #000; }
