$(function() {
    $(".testi .carousel").jCarouselLite({
        btnNext: ".testi .btn-left",
        btnPrev: ".testi .btn-right",
        visible: 1,
        easing: "linear",
        speed: 1000,
        mouseWheel: true
    });
});