

/*{{{ general playlist settings, light gray */
div.playlist {

	/* position:relative;
	overflow:hidden; 	 	
	height:285px !important; */
}

div.playlist div.clips {	
	/* position:absolute;
	height:20000em; */
}

div.playlist, div.clips {
	width:360px;	
}

div.clips a {

	display: list-item;
	background-color:#fefeff;
	padding: 9px 0 3px 55px;
	height:25px; 
	width:583px; 
	font-size:14px;
	border:1px outset #ccc;		
	text-decoration:none;
	/* letter-spacing:-1px; */
	color:#000;
}

div.clips a.first {
	border:1px outset #ccc;	
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(light_small.png) no-repeat 0px -40px;
	/* padding-right:60px; */
	border:1px outset #ccc;	
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background-position:0 0;	
}

div.clips a span {
	/* display:block;	*/	
	font-size:14px;
	color:#666;
}

div.clips a em {
	font-style:normal;
	color:#f00;
}	

div.clips a:hover {
	background-color:#f9f9fa;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;		 
}
/*}}}*/







