#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	border: 1; color:#CCCCCC;
	}


#imageData #imageDetails{ width: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #bottomNavClose{ width: 66px; float: center; border: 1;}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;

	height: 500px;
	}