

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

a:active, a:focus { outline-style: none; -moz-outline-style:none; }

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

div.playlist, div.clips {
}

.clips h3
{
	font-size: 14px;
}
div.clips a {
	display:block;
	background-image: url('/wp-content/themes/mjuks/images/clipbg3.png');
	border: solid 1px black;
	border-left: 1px solid #555;
	border-top: none;
	padding: 5px;
	height:60px;
	width:314px;
	font-size:12px;	
	text-decoration:none;
	color:#fcf6d7;
	margin-bottom: 0px;
}

div.clips a.first {
	border-top-width:1px;
}
div.clips img
{
	float: left;
}
/* 
Mjuks blue= #46beff
Mjuks Light blue = #9fddff
Ralph red = #FCC
Flowplayer blue = #6c9cbc
Darker = #6b6b6b;
*/

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background-color: #4c4c4c;
}

.clips a
{
background: #141414;
margin-top: 10px;
}

	/* zorgt voor half trans tijdens laden */
div.clips a.progress {
	opacity:1;	
}

div.clips a.paused {
}

div.clips a span {
}

div.clips a em {
}	

/* player purple: #c41799 */
div.clips a:hover {
	background-color:#1a4861;		
}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	 
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/img/playlist/arrow/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url('');	
}

div.petrol a.go {
	background-image:url(/img/playlist/arrow/up_dark.png);		
}

div.petrol a.go.down {
	background-image:url(/img/playlist/arrow/down_dark.png);		
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/


