
/*{{{ 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:260px;
}

div.clips a {
	background:url(../images/flowplayer/h80.png);
	display:block;
	background-color:#005595;
	padding:3px 15px 0 25px;
    margin-bottom:5px;
    height:70px;
	width:255px;
	font-size:12px;
	text-decoration:none;
	letter-spacing:-1px;
}

div.clips a.playing, div.clips a.paused, div.clips a.progress {
	background:url(../images/flowplayer/light.png) no-repeat 0px -69px;
	width:225px;
	border:0;
}

div.clips a.progress {
	opacity:0.6;
}

div.clips a.paused {
	background-position:0 0;
}

div.clips a span {
	display:block;
	font-size:11px;

}

div.clips a em {
	font-style:normal;
}

div.clips a:hover {

}

div.clips a.playing:hover, div.clips a.paused:hover, div.clips a.progress:hover {
	background-color:transparent !important;
}
/*}}}*/


/*{{{ petrol colored */

div.clips.petrol a {
	background-color:#193947;
    background:url(../images/flowplayer/qstart.png) no-repeat 0px 0px;
}

div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress {
	background:url(../images/flowplayer/qplay.png) no-repeat 0px -69px;
	border:0;
}

div.clips.petrol a.paused {
	background-position:0 0;
}

div.clips.petrol a span {
	color:#000;
    font-size:13px;
    line-height:13px;
    width:160px;
    padding:3px 2px 3px 40px;
    height:66px;
}

div.clips.petrol a em {
	font-weight:bold;
    padding-top:2px;
    font-size:10px;
    color:#005595;
}


div.clips.petrol a.playing:hover, div.clips.petrol a.paused:hover, div.clips.petrol 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-image:url(../images/flowplayer/light_small.png);
	background-position:0 -55px;
}

div.clips.low a.paused {
	background-position:0 0;
}


/*}}}*/


/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(../images/flowplayer/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(../images/flowplayer/down.png);
}

div.petrol a.go {
	background-image:url(../images/flowplayer/up_qplay.png);
}

div.petrol a.go.down {
	background-image:url(../images/flowplayer/down_qplay.png);
}

a.go.disabled {
	visibility:hidden;
}

a.player {
	display:block;
	background:url(../images/flowplayer/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 0px 75px 0px;
	text-align:center;
	text-decoration:none;
	cursor:pointer;
}

/* splash image */
a.player img {
	border:0;
}

a.player {
margin-top:0px;
}



/*}}}*/



