#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 2000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px 10px 0 10px;
	height: 100%;
	position: relative;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	width: 160px;
	height: 11px;
	z-index: 2000;
	bottom: 15px;
	left: 50%;
	margin-left: -80px;
	overflow: hidden;
	}

#prevLink, #nextLink{
	display: block;
	float: left;
	width: 70px;
	height: 11px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	}
	
#prevLink { background: transparent url(../images/prev-hr.gif) no-repeat 0 0;}
#nextLink { background: transparent url(../images/next-hr.gif) no-repeat 0 0;}

#prevLink:hover { background: transparent url(../images/prev-hr.gif) no-repeat -57px 0;}
#nextLink:hover { background: transparent url(../images/next-hr.gif) no-repeat -57px 0;}

#imageDataContainer{
	font: normal 12px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #333; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold; }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 10px; font-size: 10px; }			
#imageData #bottomNavClose { width: 35px; float: right;  padding-bottom: 0.7em; overflow: hidden; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	width: 100%;
	height: 500px;
	background-color: #f4f3f3;
	}