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

#lightbox_img_outer_cont { position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#lightbox_img_cont { padding: 8px; }

#lightbox_loading { position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#lightbox_hover_nav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lightbox_img_cont>#lightbox_hover_nav { left: 0;}
#lightbox_hover_nav a{ outline: none;}

#lightbox_prev_link, #lightbox_next_link { width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#lightbox_prev_link { left: 0; float: left;}
#lightbox_next_link { right: 0; float: right;}
#lightbox_prev_link:hover, #lightbox_prev_link:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#lightbox_next_link:hover, #lightbox_next_link:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

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

#lightbox_data {	padding:0 8px; color: #666; }
#lightbox_data #lightbox_details { width: 70%; float: left; text-align: left; }	
#lightbox_data #lightbox_caption { font-weight: bold;	}
#lightbox_data #lightbox_numbers { display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox_data #lightbox_close { width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

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