

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

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

#playlist {
	width:262px;		
}


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

div.play:hover {
	opacity:1.0;		
}


/* playlist entry */
#playlist a {
	display:block;
	text-decoration:none;
	color:#333;		
}


#playlist center {
	margin-top:5px;
	text-decoration:none;
	color:#CCCCCC;		
}

p.playlist1 {
	display:block;
	font-size:11px;
	padding:8px 0 0 12px;
	margin:0px;	
	color: black;
}

p.desc {
	display:block;
	font-size:11px;
	padding:8px 0 0 12px;
	margin:0px;
	color: black;
}

p.time {
	
	padding:8px 0 0 12px;
	color:#777;
	margin-top:5px;
	font-size:10px;
} 


#playlist p {
	font-size:11px;
	width:200px;
	padding:8px 0 0 12px;
	margin:0px;		
}

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

#playlist p.vname {
	padding-top:0px;
	color: black;
	font-weight: bold;
	Font-size: 12px;
} 

 p.vname {
 font-family: verdana, arial, sans-serif;
	padding-top:0px;
	color: black;
	font-weight: bold;
	Font-size: 12px;
} 


p.embed {
	color:black;

	font-weight: bold;
	Font-size: 11px;
} 

/* entry stages: normal, hover, playing, paused */
#playlist a:hover {
	background-position:0 -68px;	
}

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

#playlist a.playing {
	background-position:0 -136px;		
}

#playlist a.paused {
	background-position:0 -68px;	
}


