#lightbox {
	background-color: #fff;
	padding: 10px;
	border: 1px solid #333;
}
#overlay {
	background-image: url(../_images/overlay.png);
}
#lightboxCaption {
	color: #333;
	background:#fff;
	text-align: center;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	margin-top: 5px;
	padding-bottom: 5px;
	margin-left: -1px;
	font-size: 1.3em;
}

* html #overlay {
	background-color: #000;
	background-image: url(../_images/blank.gif);
	filter: Alpha(opacity=50);
}
