$(function() {
    $(".carusel").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		visible : 3,
		auto : 9000
    });
});
