@charset "utf-8";
/* CSS Document */

#playerBase
{
	width:0px; 
	height:0px; 
	position:absolute;
}

#playerHolder
{
	width:830px; 
	height:290px; 
	position:relative;
}

#playerHolderBG
{
	width:830px; 
	height:290px; 
	position:relative; 
	background-color:#000000;
}

#player
{
	display:block;
	width:532px;
	height:285px;
	position:absolute;
	left:150px;
	top:5px;
}

#close_player
{
	position:absolute; 
	right:5px; 
	top:5px;
}

