﻿#frm_videoplay{
}
.lightSwitcher,.turnedOff {
	position:absolute;
	display:block;
	z-index:1002;
	padding:0;
	width:166px;
	height:40px;
	background:url(../images/light_off.png) no-repeat 0 0;
	cursor:pointer;
}
.mouse-over {
	background-position:0 -40px;
}
.lightSwitcher:hover {
	text-decoration:underline;
}
#shadow {
	background:#000;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	_width:145%;
	z-index:999;
	opacity:1;
	filter: alpha(opacity = 100);
	display:none;
	zoom:1;
}