﻿#gallery {float: right; width: 100px;}
#gallery img {margin-bottom: 5px;}
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{border: 1px #ccc solid; margin: 7px}

#outerImageContainer{
	position: relative;
	background-color: #fff;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	bottom: 0%;
	right: 48px;
	height: 40px !important ;
	width: 70px;
	z-index: 10;
	vertical-align:bottom;
	margin-bottom: -40px;
}

#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 30px;
	height: 30px !important;
	background: transparent url(http://www.laserfiche.com/scripts/lightbox_images/blank.gif) no-repeat top left; /* Trick IE into showing hover */
	}

#prevLink { left: 35px; float: left; background: url(http://www.laserfiche.com/scripts/lightbox_images/previous.png) left top no-repeat;}
#nextLink { right: 35px; float: right; background: url(http://www.laserfiche.com/scripts/lightbox_images/next.png) left top no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.laserfiche.com/scripts/lightbox_images/previous_hover.png) left top no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.laserfiche.com/scripts/lightbox_images/next_hover.png) right top no-repeat; }
#bottomNavClose {background: url(http://www.laserfiche.com/scripts/lightbox_images/close.png) left top no-repeat; height: 30px; width: 30px; float:right; position:relative; z-index: 101} 
#bottomNavClose:hover {background: url(http://www.laserfiche.com/scripts/lightbox_images/close_hover.png) left top no-repeat; height: 30px; width: 30px} 



#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 60px !important;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			

		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #013658;
	}
