#lightbox {
	background-color:#333;
	padding: 10px;
	border: 4px solid #555;
	padding-bottom: 0;
}
#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption { float: left; }
#keyboardMsg { float: right; color: #eee; }
#keyboardMsg a { text-decoration: none; color: #55E; }
#closeButton { top: 5px; right: 5px; }

#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }

#overlay {
	background-color: #300;
	opacity: .75;
}
