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

