<!-- 以下cycleプラグインの設定 -->
$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000
	});

	$('.slideshow2').cycle({
		fx: 'shuffle',  //shuffle効果を指定
		shuffle: { top:  -20, left:  330 },  //元位置から移動する距離をピクセルで指定
		speed: 500,
		prev:   '#prev1', 
		next:   '#next1', 
		timeout:0
	});
	
	
});

$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000
	});

	$('.slideshow3').cycle({
		fx: 'shuffle',  //shuffle効果を指定
		shuffle: { top:  -20, left:  330 },  //元位置から移動する距離をピクセルで指定
		speed: 500,
		prev:   '#prev2', 
		next:   '#next2', 
		timeout:0
	});
	
	
});

$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000
	});

	$('.slideshow4').cycle({
		fx: 'shuffle',  //shuffle効果を指定
		shuffle: { top:  -20, left:  330 },  //元位置から移動する距離をピクセルで指定
		speed: 500,
		prev:   '#prev3', 
		next:   '#next3', 
		timeout:0
	});
	
	
});

$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000
	});

	$('.slideshow5').cycle({
		fx: 'shuffle',  //shuffle効果を指定
		shuffle: { top:  -20, left:  330 },  //元位置から移動する距離をピクセルで指定
		speed: 500,
		prev:   '#prev4', 
		next:   '#next4', 
		timeout:0
	});
	
	
});

$(document).ready(function() {
	$('.slideshow').cycle({
		fx: 'fade',
		timeout: 3000
	});

	$('.slideshow6').cycle({
		fx: 'shuffle',  //shuffle効果を指定
		shuffle: { top:  -20, left:  330 },  //元位置から移動する距離をピクセルで指定
		speed: 500,
		prev:   '#prev5', 
		next:   '#next5', 
		timeout:0
	});
	
	
});
