﻿#fp {display:none}

/* these two settings will remove borders from playlist entries */
a:active {  outline:none; }
:focus   { -moz-outline-style:none; }

/* container has a background image */
a.player {margin:0 auto;display:block;width:512px;height:313px;text-align:center;color:#fff;text-decoration:none;cursor:pointer;}
#pl {height:80px;background:#f5fbfb url(/common/images/graphics/flowplayer/gradient-h150.png) repeat-x;padding:10px 0;margin:0 auto;border:1px solid #ddd;width:510px;}
#pl div.entries {height:80px;float:left;}
#pl div.entries a {background:transparent url(/common/images/graphics/flowplayer/entry.png) no-repeat scroll 0%;color:#666;float:left;font-family:"bitstream vera sans","lucida grande","verdana";font-size:11px;height:60px;margin-right:7px;padding:10px;text-decoration:none;width:117px;}
#pl div.entries a:hover {background-position:-140px 0;color:#000;}
#pl div.entries a.playing {background-position:-280px 0;color:#000;}
#pl div.entries a.paused {background-position:-420px 0;color:#000;}
#pl div.entries a.progress {opacity:0.8;}
#pl div.entries em {float:right;margin-top:5px;color:red;font-style:normal;}
#pl a.nextPage, #pl a.prevPage {display:block;width:18px;height:18px;background:url(/common/images/graphics/flowplayer/left.png) no-repeat;margin:30px 10px;cursor:pointer;float:left;}
#pl a.nextPage:hover, #pl a.prevPage:hover {background-position:0px -18px;}
#pl a.nextPage {background-image:url(/common/images/graphics/flowplayer/right.png);}