
#lightbox{
	position: absolute;
	/*top: 70px !important;*/
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #000000;
	width: 523px !important;
	height: auto;
	*height: 710px !important; /* IE 7 and below */
	margin: 0 auto;
}

#imageContainer{
	padding: 0px;
	height: 629px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
	
#hoverNav {
	margin: 0px;
	padding: 0px;
	width: 489px;
	height: 30px;
	background-color: #000000;
	z-index: 1000;
}

#hoverNav a { 
	outline: none;
}

#imageDataContainer {
	margin: 0px;
	padding: 0px;
	width: 489px;
	height: 30px;
	background-color: #000000;	
}
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900000;
	width: 100%;
	height: 500px;
	background-color: #000000;
	-moz-opacity: 0.70;
	opacity:.70;
	filter: alpha(opacity=70);
}

#imageDataContainer,
#imageData,
#imageDetails,
#caption,
#numberDisplay,
#bottomNav,
#hoverNav {
	display: none !important;
}

