$(function() {
	
    $('#booklet').css({width:'950px'}).hover(
    	function(){
    		//alert('mouse in');
			$('#navigation').show();
		},
		function(){
			$('#navigation').hide();
			//alert('mouse out');
		}
	);
	
	$('#slides').cycle({ 
	    fx:     'scrollHorz',
	    speed:  800,
	    timeout: 0,
	    next:   '#next',
	    prev:   '#prev'
	});

	AudioPlayer.embed("p_1", {
		soundFile: "http://ifnotlove.s3.amazonaws.com/previews/If%20Not%20Love%20Preview.mp3,http://ifnotlove.s3.amazonaws.com/previews/Greatest%20Truth%20Preview.mp3,http://ifnotlove.s3.amazonaws.com/previews/Hope%20Preview.mp3,http://ifnotlove.s3.amazonaws.com/previews/More%20Than%20Before%20Preview.mp3,http://ifnotlove.s3.amazonaws.com/previews/Majesty%20Forever%20Preview.mp3,http://ifnotlove.s3.amazonaws.com/previews/Through%20The%20Valleys%20Preview.mp3",
		titles:		"If Not Love,Greatest Truth,Hope,More Then Before,Majesty Forever,Through the Valleys",
		/*artists:	"Citylife Church",*/
		autostart:	"no",
		animation:	"no",
		bg:			"0x111111",
		leftbg:		"0x333333",
		lefticon:	"0x888888",
		voltrack:	"0x444444",
		volslider:	"0xDDDDDD",
		rightbg:	"0x444444",
		rightbghover:	"0x666666",
		righticon:	"0xE9E9E9",
		righticonhover:	"0xFFFFFF",
		loader:		"0x555555",
		track:		"0x222222",
		tracker:	"0x555555",
		border:		"0x222222",
		skip:		"0xFFFFFF",
		text:		"0xDDDDDD"
	});
});

AudioPlayer.setup("/ifnotlove/player.swf", {  
    width: 290,
    transparentpagebg: "yes",
    initialvolume: 100
});
