#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0; }
#lightbox img{ width: auto; height: auto; }
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; margin: 0 auto; 
	min-width: 500px;
}

#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
/* #hoverNav{ position: absolute; top: 0; left: 0; width: 100%; z-index: 10; } 
#imageContainer>#hoverNav{ left: 0; }*/
#hoverNav{ float: none; width: 220px; background: transparent; }
#hoverNav a{ outline: none; }

#prevLink, #nextLink{ /* Trick IE into showing hover */ display: inline-block; height: 10px; margin-left: 10px; }
#prevLink { left: 0; float: none; width: 60px; background: url(lb-prev.gif) -6px -1px no-repeat; }
#nextLink { right: 0; float: none; width: 37px; background: url(lb-next.gif) -15px -1px no-repeat; }
#prevLink:hover, #prevLink:visited:hover { background: url(lb-prev-hov.gif) -6px -1px no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lb-next-hov.gif) -15px -1px no-repeat; }

#imageDataContainer{ font-size: 10px; background-color: #fff; padding: 0; margin: 0 auto; line-height: 1.4em; overflow: auto; 
	min-width: 500px;
}

#imageData{	padding: 0 15px 16px 20px; color: #555; font-family: Arial, sans-serif; }
#imageData #imageDetails{ float: none; text-align: left; background: transparent; }	
#imageData #caption{ font-weight: bold;	color: #000; clear: left; margin: 0; }

#imageData #numberDisplay{ display: inline-block; padding-bottom: 0em; padding-left:30px; float: none; }

#imageData #bottomNav{ float: right; text-align: right; }		
#imageData #bottomNavClose{ width: 50px; height: 20px; float: none;  padding-bottom: 0; outline: none; }	 	
#imageData #bottomNavClose{ display: inline-block; margin-top: 0px; }	 	
#bottomNavClose { background: url(lb-close.gif) right 3px no-repeat; z-index: 110; }
#bottomNavClose:hover, #bottomNavClose:visited:hover { background: url(lb-close-hov.gif) right 3px no-repeat; }

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

