#lightbox {
	background-color: #eee;
	padding: 10px;

}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#lightboxIndicator {
	border: 1px solid white;
}
#lightboxOverallView,
#overlay {
	
	opacity: 0.5;
}
* html #lightboxOverallView,
* html #overlay {
	filter: Alpha(opacity=50);
}
.effectable { width:210px; height:380px; margin:0px 10px 0 10px; float:left; color:#000000 !important; text-decoration:none; font-size:16px; }
.effectable:hover { color:#1ab5cc !important; text-decoration:underline;}
.img img { margin:10px 0 0px 0px !important; border:1px solid #600;}