$(function() {
    $(".carosel").jCarouselLite({
    btnNext: ".next",
    btnPrev: ".prev",
	auto: 5000,
	speed: 2000,
	visible: 5

    });
});

