#lightbox { position: absolute; left: 0; width: 100%; z-index: 20000; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto;}
#lightbox a img { border: none; }

#outerImageContainer{ position: relative; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; padding-top: 0; }

#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { margin-left: -50px; float: left; background: url(/images/lightbox/lightbox-left.png) left center no-repeat; }
#nextLink { margin-right: -50px; float: right; background: url(/images/lightbox/lightbox-right.png) right center no-repeat; }

#imageDataContainer { margin: 0 auto; line-height: 1.4em; width: 100%; font-size: 12px; color: #FFF; height: 30px; }

#imageData { padding: 0 10px; color: #FFF; }
#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; margin-right: -20px; position: relative; z-index: 10000;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 10000; width: 100%; height: 500px; background-color: #000; }
