


/* player dimensions */
#player, #player img {
	display:block;	
	width:191px;
	height:147px;
	border:0px;		
}

#playlist {
	width:150px;		
}


/* overlay play button */

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	width:30px;
	height:5px;
	text-decoration:none;
	color:#333;		
}

#playlist p {
	font-size:11px;
	width:130px;
	padding:8px 0 0 12px;
	margin:0px;		
}

#playlist p.time {
	padding-top:0px;
	color:#777;
	margin-top:5px;
} 





