div.player_screen4_3
{
	margin:0px;
	padding:0;
	width:412px;
	height:309px;
	position:static;
	border:solid 1px white;
	border-bottom:none;
}

div.player_screen4_3 object.player_object, div.player_screen4_3 embed.player_embed
{
	width:412px;
	height:309px;
}

div.player_menu4_3
{
	width:414px;
	height:38px;
	margin:0;
	padding:0;
	margin-bottom:10px;
	z-index:0;
}

div.player_menu4_3 object.menu_object, div.player_menu4_3 embed.menu_embed
{
	position:absolute;
	z-index:3;
	width:414px;
	height:38px;
}

div.clipticker
{
	position:absolute;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	left:40px;
	width:420px;
	height:22px;
	color:white;
	z-index:2;
	overflow:hidden;
}

div.clipticker .ticker
{
	padding-top:0px;
	background-color:#3076c0;
	font-weight:bold;
}

div.fade_left
{
	position:absolute;
	z-index:3;
	background-image:url(/resource/system/images/fade_left.png);
	background-repeat:no-repeat;	
	height:24px;
	width:100px;
	left:40px;
	float:left;
}

div.fade_right
{
	position:absolute;
	z-index:3;
	background-image:url(/resource/system/images/fade_right.png);
	background-repeat:no-repeat;	
	height:24px;
	width:100px;		
	right:-50px;
	float:right;
}

div#startupplayerdiv div.fade_right
{
	left:-150px;
}