#lightbox {
	background-color: #eee;
	padding: 15px 10px 10px 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxOverlay {
	background-image: url(overlay.png);
	text-align:left;
}
#lightbox #lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 10px;
	text-align: center;
	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
	/*margin-bottom:1px;*/
	
}
#lightbox #lightboxDescription {
	color: #333;
	background-color: #eee;
	font-size: 10px;
	text-align: center;
	/*border-bottom: 1px solid #666;
	border-right: 1px solid #666;*/
	margin-bottom:-10px;
}
#lightboxIndicator {
	border: 1px solid #fff;
}
#lightboxOverallView {
	background-image: url(overlay.png);
}
#lightbox #lightboxImage{
    -ms-interpolation-mode:bicubic;
}
#lightbox #nextLink, #lightbox #prevLink
, #lightbox #actionImage, #lightbox #closeButton {
    cursor:hand;
}
* html #lightboxOverallView,
* html #lightboxOverlay {
	background-color: #000;
	background-image: url(blank.gif);
	filter: Alpha(opacity=50);
}

