
$("document").ready(function(){

	/* トップページ スライダー 
	------------------------------------------------------- - */

	$("div#slider").jContent({orientation: 'horizontal', 
		easing: "easeOutCirc", 
		duration: 3500,
		auto: true,
		pause_on_hover: true,
		direction: 'next',
		pause: 3500
	});
	
	
});

