

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

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

#playlist {
	width:150px;		
}


/* overlay play button */
div.play {
	width:50px;
	height:50px;
	position:relative;
	top:-140px;
	left:125px;	
	margin-bottom:-50px;
}



/* playlist entry */
#playlist a {
	width:150px;
	height:68px;
	display:block;
}

#playlist p {
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	margin-top:5px;
} 


