// 下層
$(document).ready(function() {
	$('#mainPhoto').flexslider({
		animation: "slide",
		controlNav: false,
		animationLoop: false,
		slideshow: false,
		sync: "#thmbPhoto"
	});

	$('#thmbPhoto').flexslider({
		animation: "slide",
		controlNav: false,
		animationLoop: false,
		slideshow: false,
		itemWidth: 61,
		itemMargin: 5,
		maxItems: 6.8,
		asNavFor: '#mainPhoto'
	});

	$('#vivitlists').flexslider({
		animation: "slide",
		controlNav: false,
		directionNav: true,
		animationLoop: false,
		slideshow: false,
		itemWidth: 240,
		itemMargin: 20,
		maxItems: 4.5
	});
});
