#lightbox { background:#666;
	padding: 10px; margin:3px !important;

}
#lightboxCaption {
	color: #FFF;
	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 {  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 0px !important; }
.img { width:700px;  }
#content p a { border:none !important; padding:0px; !important}
#lightbox a:hover { position: relative;
	left: 100%; opacity:0.8;
	background:#F99!important;
	background-size: 100% 100%;
	top: 0px; height:95%;
	margin: 0;}



