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

