/* 
	cache-default.9.08.3-0115befe50bf8110364f1170a9389f6c (795)
 */

/* --------- CACHE-DEFAULT.9.08.3-0115BEFE50BF8110364F1170A9389F6C --------- */

 /* Body CSS */ 
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }


/* container has a background image */
div.player {	
	display:block;
	width:800px;
	height: 600px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	float:left;
}

#smokescreen
{
	background: black;
	position: absolute;
	left: 0px;
	top: 0px;
	filter:alpha(opacity=40);
	-moz-opacity:.4;
	opacity:.4;
	z-index:999;
	visibility: hidden;	
	width: 5px;
	height: 5px;
}

#player_holder, #list_player_holder
{
	visibility: hidden;
	position: absolute;
	z-index: 1000;

}

#player_holder a, #list_player_holder a
{
	color: white;
	font-weight: bold;
	cursor:pointer;
}


#playlist
{
	display: none;
}

.video_play 
{
	cursor:pointer;	
}
