.jp-jplayer{ overflow:hidden;}

div.jp-audio {
	position: absolute;
	width:110px;
	height:90px; 
	margin:0px ;
	top:320px;
	 left:30px;
}


/* @group CONTROLS */

ul.jp-controls {

	margin:0;
	padding: 0 0 0 ;
	display:block;
	height:20px;
}



/* @end */


/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {display:none;}
a.jp-mute, a.jp-unmute {}
a.jp-volume-max {display:none}
.jp-mute { position:absolute; right:0; top:0; background: url(../images/bg_sound.png) left top no-repeat; width:110px; height:82px; outline:none; border:0!important}
.jp-unmute { position:absolute; right:0; top:0; background: url(../images/bg_sound.png) left bottom no-repeat;width:110px; height:87px;outline:none; border:0!important}

a.jp-volume-max { display:none}
a.jp-volume-max:hover {}

div.jp-txt { display:none}

div.jp-volume-bar {
	position: absolute;
	top:18px;
	left:30px;
	overflow:hidden;
	background: #bebebe;
	width:87px;
	height:4px;
	cursor: pointer;
	display:none!important
}
div.jp-volume-bar-value {
	background: #d40707;
	width:0px;
	height:4px;
	display:none

}

/* @end */

