$(function(){
	
  $("#b1_templo2 ul").cycle({

      fx:     'scrollUp', 
    timeout: 4000, 
    delay:  -2000
})
	
})

$(function(){
	
  $("#noticias_destaque ul").cycle({

      fx:'fade', 
	  speed: 1000,
	  timeout: 9000,
	  pager: '#pager',
	  
	  
})
	
})
