#lightbox {
	background-color: #fff;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
/*
	background-image: url(overlay.png);
*/
		background-color: #000;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 0px solid #666;
	border-right: 1px solid #666;
}
* html #overlay {
	background-color: #fff;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}


