/*{{{ general playlist settings, light gray */
div.playlist {

	position:relative;
	overflow:hidden;	 	
	height:285px !important;
}
div.playlist, div.clips {
	width:135px;	
}

div.clips a {
/*	background:url(h80.png);*/
	display:block;
	padding:2px 0px 5px 0px;
	height:10px;
	width:80px;
	text-decoration:none;
	color:#002B5C;
}

div.clips a:hover {
	color:#39BFFF
}

/*{{{ petrol colored */

div.clips.petrol a {
/*	background-color:#193947;
	color:#fff;
	border:1px outset #193947;*/
	background:url(knottar.gif) no-repeat 100% -3px;
	text-align:right;
	padding-right:26px;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(knottar.gif) no-repeat 100% -20px;
	color:#39BFFF
}

div.clips.petrol a.paused {
	background:url(knottar.gif) no-repeat 100% -3px;
}
