$(document).ready(function(){
	// Player
	$("#jquery_jplayer").jPlayer({
		ready: function () {
			$("#jquery_jplayer").setFile('fileadmin/template_av/mp3/demo.mp3');
		},
		swfPath: "fileadmin/template_av/swf/"
	});
	$("#jquery_jplayer").jPlayerId("play", "play");
	$("#jquery_jplayer").jPlayerId("pause", "pause");
	$("#jquery_jplayer").jPlayerId("volumeMin", "mute");
	$("#jquery_jplayer").jPlayerId("volumeMax", "max");
	


	$("#jquery_jplayer").onSoundComplete( function() { // Executed when the mp3 ends  
		$("#jquery_jplayer").play(); // Auto-repeat  
	});
	// Fancybox
	$("a.fancy_inline").fancybox({ 'hideOnContentClick': false }); 
});
