#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: 10px; }

#imageDataContainer{ margin: 0 auto; line-height: 1.2em; }

#imageData{ padding:0 10px; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal; font-family: "Times New Roman", Times, serif; font-size: 14px; color: #222; text-align:center; }
#imageData #caption b { font-style:italic; font-weight: normal; font-size: 1.5em; color: #222; }

#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display: none;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
	
/* Some quick hacks */
#bottomNavClose, #imageContainer{display:none;}
#outerImageContainer, #imageDataContainer{background:transparent url('../js/lightbox/lightbox_desc.png');}
#imageData #imageDetails{text-align:left;width:100%;}
#imageData #imageDetails b{display:block;padding-bottom:20px;text-align:center;}
#imageDetails{padding-bottom:10px;}

#imageData #imageDetails p{}