@font-face {
    font-family: "FontAwesome";
    src: url("fonts/fontawesome-webfont.eot");
    src: url("fonts/fontawesome-webfont.eot?#iefix") format("eot"),
    	 url("fonts/fontawesome-webfont.woff") format("woff"),
    	 url("fonts/fontawesome-webfont.ttf") format("truetype"),
    	 url("fonts/fontawesome-webfont.svg#FontAwesome") format("svg");
    font-weight: 400;
    font-style: normal;
}

a {
    text-decoration: none;
}

.jp-title {
    font-size: 12px;
    width:300px; height:15px; overflow:hidden; position:absolute; left:40px; top:10px;
    text-align: left;
    color: #000;
}

.jp-title ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.jp-gui {
	position: relative;
	background:transparent;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f34927', endColorstr='#dd3311',GradientType=0 );

    border-radius: 3px;
	overflow: hidden; height:60px;
}

.jp-jplayer, .jp-audio {
    width: 410px; height:60px; position:relative;
}

.jp-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "FontAwesome";
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

.jp-controls li {
    display: inline;
}

.jp-controls a {
    color: #fff;
}

.jp-controls a i{display:inline-block; width:10px; height:15px; background:url(icons.png) no-repeat;}
.jp-controls a{text-align:center;}
.jp-controls a.jp-play i{background-position:-4px 1px;}
.jp-controls a.jp-play:hover i{background-position:-4px -17px;}

.jp-controls a.jp-pause i{background-position:-4px -34px;}
.jp-controls a.jp-pause:hover i{background-position:-4px -48px;}

.jp-play,.jp-pause {
    width: 30px;
    height: 30px;
    display: inline-block;
       text-align: center;
       position:relative;
    line-height: 36px;  color:#000 !important; text-shadow:none;
   background:url(playerBtn.png) no-repeat center center;
}

.jp-controls .jp-play:hover,.jp-controls .jp-pause:hover {
    color:#56aefd !important;
}

.jp-mute,.jp-unmute {
    position: absolute;
    right: 55px;
    top: 0;
    width: 20px;
    height: 40px;
    display: inline-block;
    line-height: 46px;
    display:none !important;
}

.jp-mute {
    text-align: left;
}

.jp-volume-bar {
    position: absolute;
    right: 10px;
    top: 17px;
    width: 45px;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1) inset;
    background-color: #992E18;
    overflow: hidden;
    display:none !important;
}

.jp-volume-bar-value {
    background-color: #fff;
    height: 8px;
    border-radius: 20px 20px 20px 20px;
}

.jp-progress {
    background-color: #d5d9da;
    border-radius: 5px; height:10px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 40px;
    width: 410px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}

.jp-play-bar {
    height: 12px;
    background-color: #56aefd;
    border-radius: 5px; height:10px;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2) inset;
}

.jp-time-holder {
    color: #000; font-family:Times New Roman;
    font-size: 12px;
    line-height: 14px;
    position: absolute;
    right: 0px;
    top: 10px;
}