// ============================================
// jcarousellite_config.js
// 
// ============================================

$(function() {
	$("div.jcarousel").jCarouselLite({
		btnPrev: "p.slideButtons a.prev",
		btnNext: "p.slideButtons a.next",
		//btnGo: [".fashion", ".002", ".003", ".004", ".005", ".shoesbag", ".007", ".008", ".009", ".010", ".inner", ".012", ".013", ".014", ".015", ".interior", ".017", ".018", ".019", ".020", ".beauty", ".022", ".023", ".024", ".025"],
		//btnGo: [".drug", ".002", ".003", ".beauty", ".004", ".005", "p.jumpButtons .health", ".006", ".007", ".pet", ".008", ".009"],
		btnGo: [".supple", ".002", ".003", ".beauty", ".004", ".005", "p.jumpButtons .health", ".006", ".007", ".pet", ".008", ".009"],
		mouseWheel: true,
        auto: 4,
		//スピード
		speed: 2000,
        circular: true,
		//画像配置
		visible: 3,
        start: 0,
		//スクール個数
		scroll: 3
	});
});

