#lightbox { 
	position: fixed; left: 50%; margin-left: -450px; width: 900px;
	text-align: center; line-height: 0; z-index: 100000; 
}
#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: 50%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { margin-top: -28px; margin-left: -22px; float: left; background: url(/images/lightbox/previous.png) right top no-repeat; }
#nextLink { margin-top: -28px; margin-right: -22px; float: right; background: url(/images/lightbox/next.png) left top no-repeat; }

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

#imageData { padding: 0 10px; color: #FFF; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; display:none; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em; }
#imageData #bottomNavClose { position: relative; z-index: 10000;}

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