#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 2000;
	text-align: center;
	line-height: 0;
background:#fff;
padding:1em;
	}

#lightbox a img{ border: none; }

#lightboxDetails{
	font-size: 10px;
	padding-top: 0.4em;
color:#000; 
font-weight:bold;
	}	
#lightboxCaption{ float: left; border-top:.2em solid #ce4e0e; padding-top:1em; padding-bottom: 20px;padding-left:3em;margin-left:-1em;}
#keyboardMsg{ display: none;float: right; border-top:.2em solid #ce4e0e; padding-top:1em;  padding-bottom: 20px; margin-right:-1em; padding-right:2em;}
#keyboardMsg a{color: #ce4e0e; font-weight: bold;}
#overlay img{ border: none; }

#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;
	}
	

.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 */
	}