.jp-jplayer {
    background: none !important;
	margin: 10px;
}


.jp-audio {
    width: 411px;
    height: 45px;
	background: url(img/fon.png)no-repeat;
}
.jp-current-time {
    font-family: Arial, Verdana, Tahoma;
    font-size: 13px;
    color: #ffffff;
    position: absolute;
    top: 14px;
    left: 195px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.jp-slider {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 10;
    left: 0%;
    margin-left: -10px;
    margin-top: -5px;
    background: url(img/metkaprbar.png)no-repeat;	
}
.jp-slider:hover {
    background: url(img/metkaprbar.png)no-repeat;	
}
div.jp-interface {
	position: relative;
	width: 100%;
}
div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display: inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}
a.jp-play,
a.jp-pause {
	width: 20px;
	height: 20px;
	z-index: 1;
	outline: none;
    margin-top: 10px;
    margin-left: 7px;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 4px;
	left: 14px;
}
a.jp-play {
	background: url(img/play.png)no-repeat;	
}
a.jp-play:hover {
	background: url(img/playhover.png)no-repeat;	
}
a.jp-pause {
	background: url(img/pause.png)no-repeat;	
	display: none;
}
a.jp-pause:hover {
	background: url(img/pausehover.png)no-repeat;
}

div.jp-progress {
	position: absolute;
	top: 14px;
	left: 80px;
	width: 308px !important;
	height: 15px !important;
	padding: 15px 10px;
}

div.jp-audio div.jp-type-single div.jp-progress {
	width: 130px;
	height: 15px !important;
	padding: 1px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

div.jp-seek-bar {
	width: 0px;
	height: 15px !important;
	cursor: pointer;
	background: url(img/progressbar.png)no-repeat;	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
div.jp-play-bar {
	width: 0px;
	height: 15px;
	background: url(img/prbar.png) repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(25, 95, 133, 0.7);
    box-shadow: inset 0px 1px 1px 0px rgba(25, 95, 133, 0.7); 
}

a.jp-mute,
a.jp-unmute {
	width: 20px;
	height: 20px;
	z-index: 1;
	outline: none;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 11px;
	left: 245px;
}
