#lightbox{
	background-color:#eee;
	border: 2px solid black;
	}
#lightboxDetails{
	font-size: 1.2em;
	background: red;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{
	float: right;
	display: block;
	padding: 4px;
	display: none;
}
#closeButton{ top: 5px; right: 5px; }

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

#overlay{ background-image: url(../graphics/boxOverlay.png); }
