/*{{{ general playlist settings, light gray */
div.fplayer {overflow: hidden}
div.fplayer a:active {  outline:none; }
div.fplayer :focus   { -moz-outline-style:none; }
div.fplayer a.player { display:block; background:url(http://static.eskalivermx.pl/webapps/front/html/img/blank.gif); width:320px; height:265px; float:left; text-align:center; color:#fff; text-decoration:none; cursor:pointer;}
div.fplayer a.player img { margin-top:100px; border:0;}
div.playlist { position: relative; overflow: hidden; height: 220px !important; }
div.playlist div.clips { position: absolute; height: 20000em; }
div.playlist, div.clips { width:270px; }
div.clips a { display: block; background-color: #000; padding: 11px 15px; height: 31px; width: 196px; font-size: 11px; border-bottom: 1px solid #222; text-decoration: none; color: #fff; }
div.clips a.first { border-top-width:1px; }
div.clips a.playing, div.clips a.paused, div.clips a.progress { background: url(http://static.eskalivermx.pl/webapps/front/html/img/flowplayer/light.png) no-repeat 0px -69px; padding-right: 60px; 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; color: #666; }
div.clips a em { font-style: normal; color: #ec008c; }
div.clips a:hover { background-color: #333; }
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; color:#fff; border: 1px outset #193947; }
div.clips.petrol a.playing, div.clips.petrol a.paused, div.clips.petrol a.progress { background: url(http://static.eskalivermx.pl/webapps/front/html/img/flowplayer/dark.png) no-repeat 0px -69px; border: 0; }
div.clips.petrol a.paused { background-position: 0 0; }
div.clips.petrol a span { color: #aaa; }
div.clips.petrol a em { color: #FCA29A; font-weight: bold; }
div.clips.petrol a:hover { background-color: #274D58; }
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: 33px; }
div.clips.low a.playing, div.clips.low a.paused, div.clips.low a.progress { background-image: url(http://static.eskalivermx.pl/webapps/front/html/img/scrollable/light_small.gif); 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(http://static.eskalivermx.pl/webapps/front/html/img/scrollable/up.gif) 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(http://static.eskalivermx.pl/webapps/front/html/img/scrollable/down.gif); }
div.petrol a.go { background-image: url(http://static.eskalivermx.pl/webapps/front/html/img/flowplayer/up_dark.png); }
div.petrol a.go.down { background-image: url(http://static.eskalivermx.pl/webapps/front/html/img/flowplayer/down_dark.png); }
a.go.disabled { visibility: hidden; }
/*}}}*/