
/* player and playlist go side by side */
#player, div.playlist {
	float:left;		
	margin-right:10px; 
}

div.playlist {
	width:272px;		
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:300px;
	height:240px;
	border:0px;		
}

/* play button on top of splash image */
div.play {
	background:url(/images_tools_resources_video/flv_player/images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-28px;
	left:0px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(/images_tools_resources_video/flv_player/images/block.jpg) no-repeat;
	width:272px;
	height:68px;
	display:block;
	margin-bottom:10px;
	text-decoration:none;
}

div.items p {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	width:210px;
	padding:6px 6px 6px 45px;
	margin:0px;		
	word-wrap: break-word;
}

div.items p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -136px;		
}

div.items a.paused {
	background-position:0 -68px;	
}


/* small navigational dots */
div.navi {
	width:60px;	
	float:left;
	margin:0px 0px 0px 0px;
}

div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images_tools_resources_video/flv_player/images/dots.png) 0 0 no-repeat;		
	cursor:pointer;
}

div.navi span:hover {
	background-position:0 -8px;		
}

div.navi span.active {
	background-position:0 -16px;		
}

