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

