#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; margin-top: 25px; font-size: 16px;}
#lightbox img{ width: 100%; height: 100%;font-size: 16px; }
#lightbox a img{ border: none; font-size: 16px; }

#outerImageContainer{ position: relative; background-color:rgba(255,255,255,0.5); width: 250px; height: auto; margin: 0 auto; padding: 0px; font-size: 16px; }
#imageContainer{ padding: 0px; margin: 0px; overflow: hidden; font-size: 16px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; z-index: 999;}
#loading img{ width: 241px; height: 85px;}
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10;  font-size: 16px;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 20%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left; background-color: rgba(0,255,92,0.00); background-image: url(images/buttons/previous.png); background-repeat: no-repeat; background-position: left; }
#nextLink { right: 0; float: right; background-color: rgba(255,1,197,0.00); background-image: url(images/buttons/next.png); background-repeat: no-repeat; background-position: right;}
#prevLink:hover, #prevLink:visited:hover {background-color: rgba(0,255,92,0.00); background-image: url(images/buttons/previous.png); background-repeat: no-repeat; background-position: left;}
#nextLink:hover, #nextLink:visited:hover {background-color: rgba(255,1,197,0.00); background-image: url(images/buttons/next.png); background-repeat: no-repeat; background-position: right;}


#imageDataContainer{ font: 16px Verdana, Helvetica, sans-serif; text-align: center;background-color: #FFF; margin: 0 auto; overflow: auto; width: 100%;}

#imageData{	padding:0px; color: #666; font-size: 16px; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; font-size: 16px; }	
#imageData #caption{padding: 5px; font-size: 16px;}
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{position: absolute; width: auto; outline: none; top: 0px; z-index:199; font-size: 16px;}	 	
#imageData #bottomNavDetails{position: absolute; width: auto; outline: none; top: 35px; z-index:199; font-size: 16px;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
