/* player and playlist go side by side */
#player, #playlist {
	float:left;		
	margin-right:20px; 
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:400px;
	height:251px;
	border:0px;		
}

/* overlay play button */
div.play {
	background:url(../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-135px;
	left:200px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}
/* playlist entry */
#playlist a {
	display:block;
	text-decoration:none;
	color:#ffffff;		
}

#playlist a.playing, #playlist a.paused {
	color:#ff0000;	
}