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

div.playlist {
	width:625px;	
	height:341px; 
	position:relative;
	overflow:hidden;	 	
	
		
}
div.playlist1 {
	width:625px;	
	height:347px; 
	position:relative;
	overflow:hidden;	 	
	
		
}
div.playlist div.items {	
	position:absolute;

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

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

div.play:hover {
	opacity:1.0;		
}


/* single playlist item */
div.items a {
	background:url(../images/block.jpg) repeat-x;
	width:625px;
	height:68px;
	display:block;
	text-decoration:none;
	color:#444;	

		
}

div.items p {
	font-size:11px;
	width:625px;
	padding:8px 0 0 12px;
	margin:0px;		
}

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

} 

/* item stages: normal, hover, playing, paused */
div.items a:hover {
	background-position:0 -68px;	
}

div.items a.playing, div.items a.paused {
	color:#000;	
}

div.items a.playing {
	background-position:0 -136px;		
}

div.items a.paused {
	background-position:0 -68px;	
}


a.go {
	display:inline;	
	cursor:pointer;
	
}



a.go.down1 {
	
	cursor:pointer;	
}

a.go.disabled {
	visibility:hidden;		
}

