
/*Audio Player/*
===============*/
.jp-jplayer {
	overflow: hidden;
	background:none !important;
	height:0;
}
div.jp-audio {
    height: 1px;
    margin: -15px 0 0;
    position: relative;
    width: 1px;
	background:#80b600;
}
ul.jp-controls {
    display: block;
    height: 20px;
    margin: 0;
    padding: 18px 0 0;
}
a.jp-mute, a.jp-unmute, a.jp-volume-max {
    display: block;
    float: left;
    height: 14px;
    width: 14px;
}
a.jp-mute, a.jp-unmute {
    margin:0 0 0 6px;
}
a.jp-volume-max {
}
a.jp-mute {
    background: url(../images/mute.gif) no-repeat scroll left center transparent;
}

a.jp-unmute {
    background: url(../../html2/images/unmute.gif) no-repeat scroll left center transparent;
    display: none;
}

a.jp-volume-max {
    background: url(../../html2/images/plus.png) no-repeat scroll left center transparent;
}

div.jp-txt {
    cursor: default;
    font-size: 11px;
    position: absolute;
    right: 150px;
    top: 11px;
    white-space: nowrap;
}
div.jp-volume-bar {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #8e8173;
    cursor: pointer;
    height: 9px;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 15px;
    width: 87px;
}
div.jp-volume-bar-value {
    background: none repeat scroll 0 0 #80b600;
    height: 9px;
    width: 0;
}