$(function() {
    $(".slideBox").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		auto: 7000,
		speed: 1500,
		scroll: 2,
		//easing: "bounceout",
		//easing: "backout",
		easing: "backinout",
		visible: 2,
		mouseWheel: true
    });
});