#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; background:url(/images/photoPopUpBg.jpg) no-repeat;
background-position:center top;
}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer, #imageDataContainer, #imageContainer img{
	border:1px solid #3F7FAC;
}
#outerImageContainer{
	position: relative;
	width: 388px;
	height: 276px;
	margin: 0 auto;
	border-bottom:none;
Xpadding: 40px 8px 8px 8px;


}
#imageContainer{ padding-top:40px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ width:100%;position: absolute; top: 9px; left: 0px; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 21px; height: 22px; display: block; }
#prevLink { left: 0; margin-left:8px; margin-right:-29px; float: left; background: url(/images/btn_photoPopUpBack.jpg) no-repeat;}
#nextLink { right: 0; margin-left:33px; float: left; background: url(/images/btn_photoPopUpNext.jpg)  no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/btn_photoPopUpBack.jpg) no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/btn_photoPopUpNext.jpg) no-repeat; }
#bottomNavClose{
	float:right;
	margin-right:8px;
}

#imageDataContainer{  background-color: #fff; border-top:none;margin: 0 auto; padding:32px 0 0; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; }
#imageData #imageDetails{ width: 100%; float: left; text-align: left; padding-bottom:22px;}	
#imageData #caption{}
#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: 0px; background-color: #000; }
