$(function(){
  $("#imagens ul").cycle({
        fx:'fade',
		speed: 1500,
		timeout: 3000,
		pager: '#pager',
  })	   
})


$(function(){
  $("#imagens1 ul").cycle({
        fx:'turnDown',
		speed: 1500,
		timeout: 3000,
		pager: '#pager',
  })	   
})

$(function(){
  $(".noticiario").cycle({
        fx:'curtainX',
		speed: 1500,
		timeout: 8000,
		pager: '#pager',
  })	   
})
