﻿        #audiojs_wrapper0 {
    position: fixed;
    right: 0;
    z-index: 999999;
    background:transparent !important;
}
#audiojs_wrapper0 object {
    overflow: hidden;
}
.play-pause {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 transparent;
    height: 37px;
    padding: 5px 5px 0;
    position: relative;
    right: 150px;
    top: 30px;
    width: 80px;
}
.audiojs p {
    cursor: pointer;
    display: none;
    float: left;
    height: 30px;
    margin: 0;
    opacity: 0.6;
    width: 27px;
}
.audiojs p:hover {
    opacity: 1;
}
.audiojs .play {
    display: block;
}
.audiojs .scrubber, .audiojs .time {
    display: none;
}
.audiojs .play {
    background: url("../images/mute.png") no-repeat scroll -2px -1px transparent;
}
.audiojs .pause {
    background: url("../images/unmute.png") no-repeat scroll -2px 0 transparent;
}
.replay {
    background: url("../images/replay_sm.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 14px;
    margin-left: 9px;
    margin-top: 0;
    text-indent: -9999px;
    width: 14px;
}
.playing .play {
    display: none;
}