$(function() {
	flowplayer("a.audio_player", "/images/flowplayer.swf", {
		clip: {autoPlay:false},
		canvas: {backgroundColor:'#f1ecf3', backgroundGradient:"none"},
		plugins: {
	        audio: {url:'/images/flowplayer.audio.swf'},
	        controls: {
				url:'/images/flowplayer.controls.swf',
				buttonColor:'#794288', bufferColor:'#794288', buttonOverColor:'#777777',
				progressGradient:'none', progressColor:'#4bb0b4',
				backgroundColor:'transparent', backgroundGradient:'none',
				sliderGradient:'none', sliderColor:'#d3d3d3',
				timeBgColor:'null', timeColor:'#794288', durationColor:'#794288', timeBorderColor:'#ffffff',
				tooltipColor:'#2371aa', tooltipTextColor:'#ffffff', tooltips: {buttons:true, volume:null},
				width:'100%', left:'50%', bottom:0, height:28,
				fullscreen:false, volume:false
				}
	    }
	});
});