.synthetix_lc_lightbox
{
 	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000000;
	overflow:hidden;
	display:none;
	z-index:9996;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}

.synthetix_lc_hotspot
{
 	position:fixed;
	top:50%;
	left:50%;
	width:351px;
	height:300px;
	margin-left:-175px;
	margin-top:-150px;
	display:none;
	z-index:9998;
}

.synthetix_lc_close
{
 	position:fixed;
 	top:50%;
	left:50%;
	margin-left:158px;
	margin-top:-166px;
	background-image:url(https://wessexwater.faq-help.com/2014/lynn_desk/wessex_launch/images/close_lightbox.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:33px;
	height:33px;
	display:none;
	z-index:9998;
}

.synthetix_lc_close img
{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */      
	zoom: 1;
}

.synthetix_lc_inpage_image
{
	display:none;
}