#lightbox {
	background-color: #eee;
	padding: 10px;
}

#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}
