#lightbox{
	position: fixed;
	left: 200px;
	width: 75%;
	height:80%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: transparent;
	margin: 0;
	}

#imageContainer{
	padding: 0;
	}

#loading{
	position: absolute;
	top: 10%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 15px;
	height: 15px;
	display: block;
	}
#prevLink {
background: url(../images/prev_new.gif) left top no-repeat;
float:left;
padding-right:10px;
}
#nextLink {
background: url(../images/next_new.gif) right top no-repeat;
padding-left:10px;
float:left;
}

#imageDataContainer{
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #transparent;
	margin: 2px 0 0 0;
	line-height: 1.4em;
	width: 90%	
	}

#imageData{	padding:0 10px; color: #fff; }
#imageData #imageDetails{ text-align: center;}			
#imageData #bottomNavClose{ float: right; }	


#numberDisplay{
float:left;
padding-top:2px;
}
	
#overlay{
	position: absolute;
	top: 114px;
	left: 199px;
	z-index: 90;
	width: 79%;
	background-color: #000;
	}
#lightboxImage{
width:90%;
max-width:1024px;
}
#showCaption{
position:absolute;
top:0; left:0;
width:90%;
height:100%;
background-color:#000;
opacity:0.7;
}
#showCaption p{
margin:25% auto;
width:50%;
text-align:center;
}