$(function() {
    $("#carr").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		circular: false,
		speed: 1500,
		scroll: 3
    });
});

