#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}
	
.lightboxImage{
	height:392px;
	}
	

#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{
	width: 49%;
	height: 100%;
	display: block;
	}
#prevLink { position:absolute; top:390px; left:2%; background: url(../images/prevlabel.gif) 5% 15% no-repeat;}
#nextLink {position:absolute; top:390px; right: 2%;  background: url(../images/nextlabel.gif) 95% 15% no-repeat;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) 5% 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 95% 15% no-repeat; }


#imageDataContainer
{
	position:relative;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	width: 100%	;
	}

#imageData{ color: #666; margin-left:15px; }
#imageDetails{  position:relative; text-align:center; width:inherit; padding-top:10px;}	
#caption{ font-size:11px; width:97%;text-align:center; padding-top:3px; padding-bottom:3px; border-top:1px solid #ff0000; border-bottom:1px solid #ff0000; position:absolute; bottom:45px; left:0px;margin-top:10px; height:25px; padding-bottom:5px; overflow:hidden;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#bottomNavClose{position:absolute; top:455px; left:50%} 
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}