#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; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{height: 31px; overflow: hidden;}


#prevLink, #nextLink {float: right; margin: 15px 0 10px 30px;}
#prevLink { width: 66px; height: 11px; overflow: hidden; background: url(../images/previous.png) top left no-repeat; }
#nextLink { width: 42px; height: 11px; overflow: hidden; background: url(../images/next.png) top left no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 200%; overflow: hidden; width: 100%; height: 50px; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 55%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; font-size: 18px; font-family: "Trebuchet MS", Tahoma, Verdana, Arial; color: #0c56ff; padding: 5px 0 5px 0;}
#imageData #caption a { font-weight: normal; font-size: 11px; font-family: Tahoma, Verdana, Arial; color: #565656; text-decoration: none; margin: 10px 0 10px 0;}
#imageData #caption a:hover {color: #565656; text-decoration: underline;}

#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 52px; float: right;  margin: 15px 0 20px 30px;  outline: none;}	 	
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
