 .full-player button{
	padding:0; 
	
}

.simple-player.sound-stop,.simple-player.sound-pause{
	width: 45px; 
	height: 45px;
	background:#F08F71 url("../img/jplayer_btn.png") 0px 0px ;
	text-indent: -9999px;
	 border-radius:50%; 
}

.simple-player.sound-play{
	width: 45px; 
	height: 45px;
	background:#F08F71 url("../img/jplayer_btn.png") -1px -45px ;
	text-indent: -9999px;
	border-radius:50%;
}

