#lightbox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: absolute;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 2;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#imageDataContainer{
	position: absolute;
	margin: 2;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%;
	border-left:1px solid #000;
	border-top:1px solid #000;
}

#imageData{	color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;}			
#imageData #bottomNavClose{ width: 70px; margin: 0;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}