#lightbox {
	background-color: #eee;

	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxImage{
	padding: 10px;
}
#overlay {
	background-image: url(overlay.png);
}
#lightboxCaption {
	
  color: #666;
	background-color: #eee;

	text-align: left;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	font-size:12px;
padding-top:5px;
padding-right:10px;
	padding-bottom:10px;
	padding-left:10px;
	line-height:16px;
	
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

