#lightbox {
	padding: 10px;
	background-color: #cccccc;
}
#overlay, #lightboxOverallView {
	background: url(../images/LightWindow/black-70.png) repeat 0 0 transparent;
background-image: url(../images/lightbox/overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background: none;
	background-color: #000000;
	opacity: .40;
	filter: alpha(opacity=40);
}
* html #lightboxOverallView {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=40);
}
#lightboxCaption {
	background-color: #eee;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #333;
	font-size: 90%;
	text-align: center;
}
#lightboxIndicator {
	border: 1px solid #cc0000;
}

