//start びよよ〜んメニュ

//LavaLamp Menu
	$(function() { $(".lavaLamp").lavaLamp({ fx: "easeOutBack", speed: 700 })});


//start サイクルスライドショー
$(function() {
    // run the Cycle Slideshow
	$('#s2').cycle({
		fx: 'scrollRight',
		timeout: 6000,    
		speedIn: 900,
		speedOut: 500,
		sync: 0,
		easeIn: 'easeOutBack', 
		easeOut: 'easeInBack', 
		pause: 0,
		random:  0
	});
});

