#lightbox {
	
}
#lightbox ul{
	margin:0;
	padding:0;
	list-style:none;
}
#lightbox ul li{
	float:left;
    width: 31%;
    margin: 1%
}
#lightboxCaption {
	color: #333;
	background:#fff;
	font-size: 90%;
	text-align: center;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	background-color: #000;
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	background-color: #000;
	filter: Alpha(opacity=50);
}



#lightbox ul li img {
    width: 100%
}
