#lightbox {
	background-color: #3b3b75;
	padding: 10px;

}
#lightboxCaption {
	color: #ffcc29;
	background-color: #3b3b75;
	font-size: 18px;
	text-align: center;padding:4px 0;
	
}
#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 { float:left; margin:0px 0 10px 10px !important; border:1px solid #600;}
.img { width:700px;}
#content p a { border:none !important; padding:0px; !important}