  $(function(){
    $(".ciencia ul").cycle({
	  fx: 'scrollRight',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.prevci',
	  next: '.nextci'
	});
  });
  
    $(function(){
    $(".cultura ul").cycle({
	  fx: 'scrollRight',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.prevcu',
	  next: '.nextcu'
	});
  });
  
    $(function(){
    $("#politica ul").cycle({
	  fx: 'fade',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.prevpol',
	  next: '.nextpol'
	});
  });
  
  $(function(){
    $("#policial ul").cycle({
	  fx: 'fade',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.prevpo',
	  next: '.nextpo'
	});
  });
  
  $(function(){
    $("#brasil ul").cycle({
	  fx: 'fade',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.prevbr',
	  next: '.nextbr'
	});
  });
  
  $(function(){
    $("#ofertas ul").cycle({
	  fx: 'fade',
	  speed: 'fast',
	  timeout: 0,
	  prev: '.clasp',
	  next: '.clasn'
	});
  });
  
  $(function(){
    $("#videos ul").cycle({
	  fx: 'fade',
	  speed: 'fast',
	  timeout: 0,
	  pager: '#pager'
	});
  });
