#lightbox {
	background-color: #46090D;
	padding: 10px;
}

#overlay {
  text-align: left;
  background-image: url(/i/overlay.png);
}
#lightboxCaption {
	color: white;
	background-color: #46090D;
	font-size: 90%;
	text-align: center;
}
* html #overlay {
	background-color: #000;
	background-image: url(/i/blank.gif);
	filter: Alpha(opacity=50);
}
