$(document).ready(function(){
		// default options
		//$(".mp3").jmp3();
		// custom options
		$(".sound").jmp3({
			backcolor: "c2dadc",
			forecolor: "125669",
			width: 200,
			showdownload: "false",
			showfilename: "false"
			
		});
	});