
/* player and playlist go side by side */
#player, div.playlist {
	float:left;		
	margin-right:0px; 
}

div.playlist {
	width:150px;		
}

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

/* play button on top of splash image */
div.play {
	background:url("../img/play.png") no-repeat;
	width:50px;
	height:50px;
	position:relative;
	top:-120px;
	left:105px;	
	opacity:0.9;
	margin-bottom:-50px;
}

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	width:100px;
	height:90px;
	display:block;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #68819E;
	text-decoration: none;
}

div.items p {
	font-size:11px;
	width:110px;
	padding:0 0 0 5px;
	margin:0px;		
}

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