body {
	width:auto;
	position:relative;
}

#backcolor, #frontcolor, #lightcolor, #screencolor, #autostart, #volume, #pls_video, #id_video {
	display:none;
	visibility:hidden;
}

#playerPan {
	position:relative;
	width:605px;
	height:476px;
	overflow-x:hidden;
	background:url("../img/player.png") no-repeat -1px center #382F32;
	/*float:left;*/
}


#pub {
	background:transparent none repeat scroll 0 0;
	top:20px;
	left:-611px;
	height:436px;
	width:1216px;
	position:absolute;
	z-index:2;
	overflow-y:hidden;
}

#playButton {
	background:url("../img/play.png") no-repeat center center #382F32;
	height:40px;
	left:284px;
	position:absolute;
	top:208px;
	width:40px;
	z-index:3;
}

#pub iframe{
	width:100%;
	float:left;
}