#lightbox{
	background-color:#eee;
	padding: 10px;
	border: 3px solid #666;

	}
#lightboxDetails{
	font-size: 0.8em;
	/* padding-top: 0.4em; */
	}	
#lightboxCaption{  font: 76% Verdana, Helvetica, sans-serif; color: #555; float: left; }
#keyboardMsg{ font: 76% Verdana, Helvetica, sans-serif; color: #555; float: right;  }
#keyboardMsg a {
	font: 100% Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #8ab459;
	text-decoration: none;
}
	
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#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;
	}
	
kbd{

	color: #555;
	background-color: #ddd;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
	}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

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


