
a#player {
	float:left;		
	margin-right:20px;
	}
a#player,
a#player img {
	display:block;
	width:640px;
	height:480px;
	width:460px;
	height:307px;
	border:0px;		
	}
/* overlay play button */
div.play {
	position:relative;
	left:205px;	
	top:-80px;
	width:50px;
	height:50px;
	opacity:0.9;
	background:url(../img/play.png) no-repeat;
	}
div.play:hover {
	opacity:1.0;		
	}


div#playlist {
	float:left;		
	width:150px;		
	}
div#playlist a {
	display:block;
	width:150px;
	height:68px;
	margin-bottom:5px;
	text-decoration:none;
	color:#4880a0;
	background:url(../img/block.jpg) no-repeat;
	}
div#playlist a:hover {
	background-position:0 -68px;	
	}
div#playlist a.playing,
div#playlist a.paused {
	font-weight:bold;
	color:#cf2a00;	
	}
div#playlist a.paused {
	background-position:0 -68px;	
	}
div#playlist a.playing {
	background-position:0 -136px;		
	}
div#playlist p {
	width:130px;
	margin:0;		
	padding:8px 0 0 12px;
	font:11px/12px arial,helvetica,sans-serif;
	}
div#playlist p.time {
	padding-top:5px;
	color:#777;
	} 




