#lightbox{	position: absolute;	left: 0px; width: 100%; z-index: 100; text-align: center;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #454545; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; padding-top: 20px;}

#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{ position: absolute;  width: 100px; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 20px; background: url(../images/prevlabel.jpg) left center no-repeat; }
#nextLink { right: 20px; background: url(../images/nextlabel.jpg) right center no-repeat; }

#imageDataContainer{ position: relative; background-color: #454545; margin: 0 auto; overflow: auto;  }

#imageData{	padding: 0px 75px; color: #666; padding-bottom: 20px; }
#imageData #imageDetails{ width: 100%; text-align: left; }	
#imageData #caption{ display: block; width: 100%;	}
		
#bottomNavClose{ position: absolute; display: block; width: 54px; height: 10px; top: 5px; right: 5px; z-index: 1001; outline: none;; }	 	
#bottomNavClose:hover { }	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
#lightboxVideo {
 position: relative;
 z-index: 1001;
 margin-left: 75px;
 border: 1px solid #ffffff;
}
.caption_content
{
 color: #EEEEEE;
 padding: 0px 0px 10px 20px;
 font-size: 16px;
 letter-spacing: -0.1px;
}
.caption_content span
{
 color: #9F9F9F;
 font-style: italic;
}
.caption_content b
{
 margin: 10px 0px 10px 0px;
 display: block;
 font-weight: bold;
}
#lightbox .e_tl, #lightbox .e_tr, #lightbox .e_bl, #lightbox .e_br  
{
 position: absolute;
}
#lightbox .e_tl  { top: 0px; left: 0px; }
#lightbox .e_tr { top: 0px; right: 0px; }  
#lightbox .e_bl  { bottom: 0px; left: 0px; }
#lightbox .e_br { bottom: 0px; right: 0px; }  
