$(function() {
    $("#clientes").jCarouselLite({
         vertical: 'true',
		 auto: 5000,
         speed: 1000,
		 visible: 2
    });
});

