#lightbox {
	background-color: #000;
	padding: 10px;
	
}
#lightboxCaption { font-weight: bold;	color: #666666;
font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	;}
#lightboxIndicator {
	border: 0 none;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=100);
}

