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

#playlist
{
	width: 360px;
	padding: 0;
	margin: 0 12px 0 0; 
	float: left;
	list-style: none;
}

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

#playlist a {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 12px 12px 0;
	text-indent: -1000em;
}

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

#playlist div.pages {
	float: left;
	font-size: 10px;
	line-height: 1em;
	color: #ff6501;
	width: 58px;
	margin: 0 12px 12px 0;
	padding-top: 45px;
	text-align: right;
	overflow: hidden;
}

#playlist div.pages a, #playlist div.pages a:visited{
	float: none;
	font-size: 10px;
	line-height: 1em;
	color: #ff6501;
	margin: 0;
	text-indent: 0;
	text-decoration: none;
}
#playlist div.pages a:hover{
	text-decoration: underline;
}


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

div.play:hover {
	opacity:1.0;		
}

