#lightboxL{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightboxL img{ width: auto; height: auto;}
#lightboxL a img{ border: none; }

#outerimageContainerL{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainerL{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNavL{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainerL>#hoverNavL{ left: 0;}
#hoverNavL a{ outline: none;}

#prevLinkL, #nextLinkL{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLinkL { left: 0; float: left;}
#nextLinkL { right: 0; float: right;}
#prevLinkL:hover, #prevLinkL:visited:hover { background: url(../img/prevlabel.gif) left 15% no-repeat; }
#nextLinkL:hover, #nextLinkL:visited:hover { background: url(../img/nextlabel.gif) right 15% no-repeat; }

#imageDataContainerL{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageDataL{	padding:0 10px; color: #666; }
#imageDataL #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageDataL #captionL{ font-weight: bold;	}
#imageDataL #numberDisplayL{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageDataL #bottomNavCloseL{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlayL{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
