

/* player and playlist go side by side */
#player {
	float:left;		
	margin: 0 12px 0 0; 
}

#playlist
{
	width: 390px;
	padding: 0;
	margin: 0 10px 0 0; 
	float: left;
}

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

#playlist a {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 12px 12px 0;
	text-indent: -1000em;
	padding: 2px;
	border: 1px solid #ccc;
}

#playlist a img {
	display: block;
	width: 120px;
	height: 90px;
}

/* overlay play button */
div.play {
	background:url(../images/play.png) no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-220px;
	left:225px;	
	opacity:0.8;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;
	cursor: pointer;		
}

div#playlist .details
{
	float: left;
	width: 235px;
	margin-right: 0;
}
