// ============================================
// 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: [".fashion", ".002", ".003", ".004", ".005", ".shoesbag", ".007", ".008", ".009", ".010", "p.jumpButtons .inner", ".012", ".013", ".014", ".015", ".interior", ".017", ".018", ".019", ".020", ".beauty", ".022", ".023", ".024", ".025"],
		mouseWheel: true,
        auto: 10,

		speed: 3000,
		
        circular: true,
		visible: 4.5,
        start: 0,
		scroll: 3
	});
});

