/* CSS Document */
body
{
	margin:0;
	overflow-x:hidden;
}
.onlive
{
	position:fixed !important;
	position:absolute;
	z-index:10;
	width:101px;
	height:101px;
	top:80%;
	left:80%;
	background-image:url(../images/ls_icon_on.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	display:none;
}
.offlive
{
	position:fixed !important;
	position:absolute;
	z-index:10;
	width:101px;
	height:101px;
	top:80%;
	left:80%;
	background-image:url(../images/ls_icon_off.png);
	background-repeat:no-repeat;
	background-position:top;
	cursor:pointer;
	display:none;
}
.livePage
{
	position:absolute;
	top:0px;
	z-index:12;
	display:none;
	background-color:trasparent;
	text-align:center;
	overflow:hidden;
}
.livebg
{
	position:absolute;
	z-index:11;
	left:0px;
	top:0px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background-color:#000000;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
}