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

#outerImageContainer{ position: relative; background-color: transparent; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ text-align: center;  }
#imageContainer a img { display: block; border: 14px solid #fff; margin: 10px 0 15px 0; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#loadingLink{ display:none; } 
#imageContainer>#hoverNav{ left: 0;}

#hoverNav{ text-align: right;  display: block; background-color: transparent; z-index: 10; }
#hoverNav a{}

#closeLink, #prevLink, #nextLink{ display: inline; color: #fff; background-color: transparent; text-transform: uppercase; font-size: 11px; line-height: 11px; text-decoration: none; }
#closeLink { }
#prevLink { margin-right: 20px; }
#nextLink {  }
#prevLink:hover, #prevLink:visited:hover {  }
#nextLink:hover, #nextLink:visited:hover {  }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: transparent; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{ padding:40px 10px;	color: #FFF; text-align: center; }
#imageData #caption{ color: #FFF; font: normal 14px/15px Arial,sans-serif; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #numberDisplay{ display: none; clear: left; padding-bottom: 1.0em; }			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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

#rhname { position: relative; top: 5px; color: #fff; font-size: 12px; text-transform: uppercase; }
