#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#overlay {
	text-align: left;
	background-image: url(overlay.png);
}
#lightboxCaption {
	color: #996;
	background-color: #eee;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size: 0.9em;
	padding-top: 0.6em ;
	padding-bottom: 0.6em ;
	font-weight:bold;
}
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

