﻿#player_container
{
    position: relative;
    background: #eee;
    height: 80px;
    margin: 5px;
    display: block;
}
#player_container ul#player_controls
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#player_container ul#player_controls li
{
    overflow: hidden;
    text-indent: -9999px;
}
#player_container .player_image
{
    -moz-box-shadow: 2px 2px 2px #666;
    background-color: #000;
    border: 3px solid #FFF;
    height: 66px;
    overflow: hidden;
    text-align: center;
    width: 66px;
    position: relative;
    top: 3px;
    right: -23px;
    left: 33px;
}
#player_controls
{
    width: 100%;
    height: 80px;
}
#player_controls div
{
    position: relative;
    display: block;
    float: left;
}
#player_controls td
{
    vertical-align: top;
}
#player_play, #player_pause
{
    left: 14px;
    top: 19px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
#player_play
{
    background: url("../images/jPlayer/spirites.jpg") 0 0 no-repeat;
}
#player_play.jqjp_hover
{
    background: url("../images/jPlayer/spirites.jpg") -41px 0 no-repeat;
}
#player_pause
{
    background: url("../images/jPlayer/spirites.jpg") 0 -42px no-repeat;
}
#player_pause.jqjp_hover
{
    background: url("../images/jPlayer/spirites.jpg") -41px -42px no-repeat;
}
#ctrl_prev
{
    position: relative;
    left: 14px;
    top: 25px;
    background: url("../images/jPlayer/spirites.jpg") 0 -112px no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#ctrl_prev:hover
{
    background: url("../images/jPlayer/spirites.jpg") -29px -112px no-repeat;
}
#ctrl_prev.disabled
{
    background: url("../images/jPlayer/spirites.jpg") -58px -112px no-repeat;
    cursor: default;
}
#ctrl_next
{
    position: relative;
    left: 14px;
    top: 25px;
    background: url("../images/jPlayer/spirites.jpg") 0 -141px no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#ctrl_next:hover
{
    background: url("../images/jPlayer/spirites.jpg") -29px -141px no-repeat;
}
#ctrl_next.disabled
{
    background: url("../images/jPlayer/spirites.jpg") -58px -141px no-repeat;
    cursor: default;
}
#player_stop
{
    position: relative;
    left: 24px;
    top: 25px;
    background: url("../images/jPlayer/spirites.jpg") 0 -83px no-repeat;
    width: 28px;
    height: 28px;
    cursor: pointer;
}
#player_stop.jqjp_hover
{
    background: url("../images/jPlayer/spirites.jpg") -29px -83px no-repeat;
}
#player_progress
{
    top: 32px;
    background-color: #eee;
    width: 100%;
    height: 15px;
}
#player_progress_load_bar
{
    background: url("../images/jPlayer/bar_load.gif") top left repeat-x;
    width: 0;
    height: 15px;
    cursor: pointer;
}
#player_progress_load_bar.jqjp_buffer
{
    background: url("../images/jPlayer/bar_buffer.gif") top left repeat-x;
}
#player_progress_play_bar
{
    background: url("../images/jPlayer/bar_play.gif") top left repeat-x;
    width: 0;
    height: 15px;
}
#player_volume_min
{
    left: 10px;
    top: 32px;
    background: url("../images/jPlayer/spirites.jpg") 0 -170px no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
}
#player_volume_max
{
    left: 17px;
    top: 32px;
    background: url("../images/jPlayer/spirites.jpg") 0 -186px no-repeat;
    width: 18px;
    height: 15px;
    cursor: pointer;
}
#player_volume_min.jqjp_hover
{
    background: url("../images/jPlayer/spirites.jpg") -19px -170px no-repeat;
}
#player_volume_max.jqjp_hover
{
    background: url("../images/jPlayer/spirites.jpg") -19px -186px no-repeat;
}
#player_volume_bar
{
    position: absolute;
    top: 37px;
    background: url("../images/jPlayer/volume_bar.gif") repeat-x top left;
    width: 46px;
    height: 5px;
    cursor: pointer;
    left: 10px;
}
#player_volume_bar_value
{
    background: url("../images/jPlayer/volume_bar_value.gif") repeat-x top left;
    width: 0;
    height: 5px;
}
#play_time, #total_time
{
    top: 30px;
    font-size: .8em;
    font-style: oblique;
}
#total_time
{
    text-align: right;
    float: right !important;
}
#playlist_list
{
    margin: 0 5px;
}
#playlist_list ul
{
    list-style-type: none;
    border-top: none;
    font-size: .9em;
}
#playlist_list li
{
    background: url("../images/tools/play.png") no-repeat right center;
    padding: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    list-style-position: inside;
    list-style-type: decimal-leading-zero;
    margin: 2px 0 0;
}
#playlist_list li.playlist_current
{
    cursor: default;
    background: #4095CC url("../images/tools/playing.png") no-repeat right center;
    color: #FFF;
}
#playlist_list li.playlist_hover
{
    background: #D9D9D9 url("../images/tools/playing.png") no-repeat right center;
    color: #000;
}
.miaow
{
    font-size: .8em;
    color: #999;
}
.miaow a:link, a:visited, a:hover, a:focus, a:active
{
    color: #009be3;
}

