#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;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 0;
	border: 2px solid white;
	background: white;
}
	

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	/*position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 10;*/
	border: 0px solid green;
	float: left;
	padding: 0 0 0px 10px ;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink { 
	margin: 0 20px 0 0;
	float: left;
	background: url(../images/prevlabel.gif) 0 0 no-repeat;
	width: 63px;
	height: 32px;
	
	display: inline;
}

#nextLink { 
	margin: 0; 
	float: left;
	background: url(../images/nextlabel.gif) 0 0 no-repeat;
	width: 63px;
	height: 32px;
	
	display: inline;
}

#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel-over.gif) 0 0 no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel-over.gif) 0 0 no-repeat;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #333;
} 

#imageData{	padding:0 0; color: #666; }

#imageData #imageDetails{ width: 70%; float: left; text-align: left; display: none; }	

#imageData #caption{ font-weight: bold;	}

#imageData #numberDisplay{ 
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}	

#imageData #bottomNav {
	border: 0px solid blue;
	float: right;
	
	width: 100%;
}

#imageData #bottomNavCloseContainer {
	float: right;
	padding: 0 10px 0px 0;
	border: 0px solid red;
	width: 100px;
}

#imageData #bottomNavClose {
	width: 63px;
	height: 32px;
	float: right;
	/*padding-bottom: 0.7em;*/
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
