#lightbox {
	background-color: #eee;
	padding: 0px;
	border: 10px solid #eee;
	border-bottom: 20px solid #eee;
}
#overlay {
	background-color: #8b0000;
/*
	background-image: url(/includes/img/lightbox/overlay.png);
*/
}
#lightboxCaption {
	color: #333;
	background-color: transparent;
	font: 11px Verdana, sans-serif;
	float: left;
	border-bottom: 0px solid #666;
	border-right: 0px solid #666;
}
* html #overlay {
	background-color: #000;
}

#unused {
/*
	background-image: url('/includes/img/lightbox/blank.gif');
*/
}

