$(function() {
    $("#promocao").jCarouselLite({
        vertical: 'true',
        auto: 4500,
    	speed: 2000,
		visible: 6
    });
});

