/*{{{ general playlist settings, light gray */
div.playlist {
	position:relative;
	overflow:hidden;	 	
	height:285px !important;
	background: #000;
}

div.playlist div.clips {	
	position:absolute;
	height:120px;
}

div.playlist, div.clips {
	width:336px;
	background: #000;	
margin-bottom: 12px;
}

div.clips a {
	background:url(/img/global/gradient/h80.png);
	display:block;
	background-color:#303d61;
	color: #fff;
	padding:4px;
	height:18px;
	width:326px;
	font-size:12px;
	text-decoration:none;
	margin: 1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background: #7390e6 url(/images/site/play_arrow.png) no-repeat  4px 4px;
	color: #04154a;
	font-weight: bold;
	padding-left: 20px;
	width: 310px;
}
	
div.clips a.progress {
	opacity:0.6;		
}

div.clips a.paused {
	background: #7390e6 url(/images/site/pause.png) no-repeat  4px 4px;
}

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

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





/*{{{ low version */

div.clips.low a {	
	height:31px;
}

div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress {
	background-position:0 -55px;
}

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


/*}}}*/