.jp-jplayer{ overflow:hidden;}
div.jp-audio {
	color: #6c6c6c;
	position:relative;
	width:100px;
	height:20px; 
	margin:10px 0 0 0px ; font-size: 10px; letter-spacing: 1px; font-weight: bold; text-transform: uppercase; line-height: 20px;
}


/* @group CONTROLS */

ul.jp-controls {

	margin:0;
	display:block;
	width:100px;
	height:20px;

}



/* @end */


/* @group volume controls */


a.jp-mute,
a.jp-unmute {
	width:80px;
	height:20px;
	float:left;
	display:block; text-decoration:none; color:#6c6c6c;
	transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
a.jp-mute span,
a.jp-unmute span {
	
}
a.jp-mute,
a.jp-unmute {
	margin-left: 0px;	
}

a.jp-mute {
	background: url(../images/sound.png) 0 4px no-repeat; padding-left:20px;
}
a.jp-mute:hover {color: #fff;
	
}
a.jp-unmute {
	background: url(../images/sound.png) 0 4px no-repeat; padding-left:20px;
	display: none;
}
a.jp-unmute:hover {color: #fff;
	
}






/* @end */