div.jp-audio, div.jp-audio-stream {
    font-size: 1.25em;
    font-family: Verdana, Arial, sans-serif;
    line-height: 1.6;
    color: #666;
}

div.jp-audio {
    position: relative;
    margin-top: 0px
}

div.jp-interface {
    position: relative;
    background-color: #090a0e;
    border: 0px solid #000;
    color: #fff
}

div.jp-audio div.jp-type-single div.jp-interface {
    height: 66px;
    width: 530px
}

div.jp-controls-holder {
    clear: both;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    top: -8px
}

div.jp-interface ul.jp-controls {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

div.jp-audio ul.jp-controls {
    padding-left: 2%;
    padding-top: 22px
}

div.jp-video ul.jp-controls, div.jp-interface ul.jp-controls li {
    display: inline;
    float: left
}

div.jp-interface ul.jp-controls a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
}

a.jp-play, a.jp-stop, a.jp-pause {
    background-color: #060;
    width: 55px;
    height: 55px;
    margin-left: 2px;
    margin-right: 5px;
    display: block;
    margin-top: -15px
}

a.jp-play {
    background: url(../images/playerbg.png) 0 0px no-repeat;
    background-size: 270px
}

a.jp-pause {
    background: url(../images/playerbg.png) 0 -61px no-repeat;
    background-size: 270px;
    display: none
}

a.jp-previous, a.jp-next {
    width: 27px;
    height: 27px;
    margin-top: 4px
}

a.jp-previous {
    background: url(../images/playerbg.png) 0px -103px no-repeat;
    background-size: 200px
}

a.jp-next {
    background: url(../images/playerbg.png) -1px -139px no-repeat;
    background-size: 200px
}

div.jp-progress {
    overflow: hidden;
    background-color: #d1d1d1
}

div.jp-audio div.jp-progress {
    position: absolute;
    top: 10px;
    height: 9px;
    overflow: hidden
}

div.jp-progress {
    width: 440px;
    margin-left: 80px
}

div.jp-seek-bar {
    background-color: #666;
    width: 0px;
    height: 100%;
    cursor: pointer
}

div.jp-play-bar {
    width: 0;
    background: #db1d40;
    height: 100%;

}


div.jp-seeking-bg {
    background: url(../images/jplayer.blue.monday.seeking.gif)
}

div.jp-volume-bar-value span {
    width: 14px;
    height: 14px;
    background: #FF0000;
    border-radius: 50px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.5);
    overflow: hidden;
    position: absolute;
    right: -8px;
    top: -5px
}

div.jp-audio div.jp-time-holder {
    position: absolute;
    top: 34px
}

div.jp-audio div.jp-type-single div.jp-time-holder {
    left: 30%
}

div.jp-current-time, .jp-current-time-split, div.jp-duration {
    font-size: 12px;
    margin-top: 3px;
    float: left;
    text-align: left;
    display: inline
}

div.jp-jplayer audio, div.jp-jplayer {
    width: 0px;
    height: 0px
}

div.jp-jplayer {
    background-color: #000
}

.jp-no-solution {
    padding: 5px;
    font-size: .8em;
    background-color: #eee;
    border: 2px solid #009be3;
    color: #000;
    display: none
}

.jp-no-solution a {
    color: #000
}

.jp-no-solution span {
    font-size: 1em;
    display: block;
    text-align: center;
    font-weight: bold
}

.jp-style {
    margin-top: -28px;
    margin-left: 82px
}

.jp-style img {
    height: 15px;
    margin-bottom: 5px;
}

.jp-style div {
    float: left
}

.jp-style #bfzt {
    font-size: 12px;
    margin-top: 3px;
    margin-left: 5px;
}

#jp-play-bt {
    width: 14px;
    height: 14px;
    position: absolute;
    margin-top: -59px;
    overflow: hidden;
    background: #FF0000;
    border-radius: 50px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 5px rgb(0, 0, 0, 0.5);
}

#a_pre {
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 30px;
    color: #333
}

#a_next {
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    border-left: 1px solid #fff
}

#bfztstop {
    display: none;
    float: left
}

#bfztplay {
    display: none;
    float: left
}

.jp-mutecon {
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 16px;
    right: 90px;
    bottom: 16px;
}

.jp-mutecon a {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    outline: none;
    border: 0
}

.jp-mute, .jp-unmute {
    width: 25px;
    height: 16px;
    background: url(../images/playerbg.png) 0 -270px no-repeat;
    background-size: 300px
}

.jp-unmute {
    background-position: 0 -295px
}

.jp-volume-bar {
    position: absolute;
    background-color: #666;
    top: 41px;
    right: 18px;
    width: 65px;
    height: 5px;
    cursor: pointer
}

.jp-volume-bar-value {
    background-color: #db1d40;
    position: relative;
    width: 0px;
    height: 5px
}

#musicbug {
    left: 53%;
    position: absolute;
    top: 34px;
    width: 80px;
    font-size: 12px;
    margin-top: 3px;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}
