
			
		$(document).ready(function() {
		 
		 	$('.anuncio_marquinho').cycle({
				  fx:'turnDown'
				  
			    
			    });
			    
			    $('.anuncio_matasul').cycle({
				  fx:     'fade', 
				    speed:   900, 
				    timeout: 3000, 
				    next:   '#s3', 
				    pause:   1 
								  
			    
			    });


			$('.class_princ_anima').cycle({
			fx:'fade',
			speed:    1000, 
			delay:    2000,
			next:   '.venda_prox', 
			prev:   '.venda_ant', 
    		pause:   1 
			});
			
			$('#fecha_pop').click(function() {
			$('#propaganda').hide();

		    });
			
			
		
	});

