

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

/*
#playlist {
	width:420px;
	margin-right:120px;
	float:right;
}
*/

div#playlist {
	float:left;
	width:320px;
	padding-bottom:5px;
	margin-left:81px;
	padding-top:0px;
	padding-left:0px; 
	height:315px;
	overflow:auto;
}

/* player dimensions */
#player, #player img {
	display:block;				
	width:400px;
	height:320px;
	border:0px;	
	z-index:5;
}



#text {
	width:650px;		
}


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

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
div#playlist a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	float:left;
	clear:both;
	text-decoration:none;
}

div#playlist img {
	float:left;
	text-align:left; 
	margin-right:10px;
	padding:5px;
}



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


/* entry stages: normal, hover, playing, paused */







