#lightbox {

	background-color: #666

	padding: 10px;

	border-bottom: 0px solid #666;

	border-right: 0px solid #666;
}

#lightboxCaption {
	
color: #fff;


	font-size: 160%;

	
text-align: center;
	
border-bottom: 0px solid #666;
	
border-right: 0px solid #666;
}

#lightboxIndicator {
	
border: 1px solid white;
}

#lightboxOverallView,
#overlay {
	background-color: #666;
	opacity: 0.1;
}
* html
#lightboxOverallView,
* html #overlay {
	background-color: #666;
	filter: Alpha(opacity=50);
}
