#lightbox {
	background-color: #eee;
	padding: 5px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#overlay {
	background-image: url('../images/lightbox/overlay.png');
}

#overlay img{ border: none; }

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightbox img{ border: none; }
#lightboxCaption {
	color: black;
	float: left;
	background-color: #eee;
	font-size: 90%;
}
#keyboardMsg { 
	color: black; 
	float: right; 
}
#closeButton{ top: 0px; right: 0px; }
* html #overlay {
	background-color: #000;
	background-image: url('../images/lightbox/blank.gif');
	filter: Alpha(opacity=50);
}
