$(document).ready(function(){
	$("#jpId").jPlayer({
		ready: function (){
			this.element.jPlayer("setFile", "03-All-I-ll-Ever-Be.mp3");
		},
		swfPath: "../scripts/"
	});
	$('#1').click(function(){
		$("#jpId").jPlayer("play");
	});
	$('#2').click(function(){
		$("#jpId").jPlayer("stop");
	});
	$("#cella_adv a").lightBox();

});

