$(function() {
    $(".carosel").jCarouselLite({
        vertical: 'true',
		auto: 2000,
        speed: 2000,
		visible: 4

    });
});

