

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

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





/* playlist entry */
#playlist a {
    width:100px;
	height:30px;
	text-decoration:underline;		
	font-size:80%;
}


#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:2px;
} 




