$(function() {
    $(".carosel").jCarouselLite({
        vertical: 'true',
		auto: 3000,
        speed: 500,
		visible: 3

    });
});

