#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto; border: none; padding: 0;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px 0 0 0; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 100%; left: 0; height: 32px; width: 100%; z-index: 109; }
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ position: absolute; width: 49%; height: 30px; }
#prevLink { left: 0; height: 30px; background: url(../images/prevlabel.gif) left top no-repeat;}
#nextLink { right: 0; height: 30px; background: url(../images/nextlabel.gif) right top no-repeat;}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; padding-bottom: 45px; line-height: 1.4em; overflow: visible; width: 100%; height: 3em; }
* html #imageDataContainer {height: 9.5em;}
#imageData{	padding:0; color: #666; }
#imageData #imageDetails{ width: 380px; position: absolute; left: 50%; margin-left: -190px; text-align: center; padding: 0 5px; background-color: white; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; visibility: hidden;}
			
#imageData #bottomNavClose{ width: 113px; position: relative; float: right; margin-top: 4em; text-align: right; outline: none; padding-right: 5px; z-index: 110; }	
	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #fff; }
