#player_wrapper{ font-family:"Trebuchet MS"; color: #868686; position:absolute; top:2px; right:2px; width:256px; background:#000000; padding-bottom:2px; border:1px solid #878787; font-size: 12px;}
#navBar{ padding-left: 10px; height: 23px; }
#navBar span{ display: block; width: 180px; overflow: hidden; float: left; line-height: 19px; height: 19px; padding-left: 5px;}
#navBar div{ cursor: pointer; background:url(../img/icons_player.gif) no-repeat;  height:9px;  width:9px;  text-decoration:none;  margin:5px 5px 0 0;  display:block;  float:left; outline: none; }
#navBar div.play{ background-position:0 -36px; }
#navBar div.stop{ background-position:0 0; }
#navBar div.pause{ background-position:0 -27px; }
#playlist{ padding-left: 15px; height: 48px; overflow: auto; margin-right: 2px; }
#playlist a{ text-decoration:none; color:#868686; font-size:12px; display:block; line-height:12px; outline: none; }
#playlist a:hover, #playlist a.current { color:#FFFFFF;}
#swfPlaceholder{ width:1px; height: 1px; position: absolute; top: -1px; left: -1px;}
#progressbar{
    background-color: #f80;
    padding-top: 1px;
    height: 4px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
}
#slider{
    background-color: #000;
    height: 3px;
    margin: 0;
}
#volumeBar{
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 5px;
    width: 252px;
    height: 7px;
    background-image: url(../img/volume-grey.gif);
    
    cursor: pointer;
}
#volumeSlider{
    width: 50%;
    height: 7px;
    margin: 0;
    padding:0;
    background-image: url(../img/volume-white.gif);
}