$(function() {
	$('#publicidade').cycle({ 
		fx:     'scrollUp', 
		speed:   500, 
		timeout: 8000//,
		//next:   '#publicidade', 
		//pause:   0
	});
});
