jQuery(function(){
  // Voltar ao topo
  jQuery("#voltar").click(function(){ backtotop(); return false; });
  
  // Setas no menu
  jQuery('#menu li:has(ul)').addClass('parent');
  
  // Cycle
  jQuery('#destaque-thumb-navigation').cycle({
    fx:        'fade',
    timeout:   '4400',
    pager:     '#cycle-navigator',
    cleartype: 1
  });
  
  // Zebra
  //<![CDATA[
  $(function ()
  {  
    var settings = {
      even    : {
      'background'  : '#fff6f5'
    },
      odd     : {
      'background'  : '#f5ebe9'
    }
  };
  
  $('#noticias ul').stripe(settings);

    var settings = {
      even    : {
      'background'  : '#fff6f5'
    },
      odd     : {
      'background'  : '#f5ebe9'
    }
  };

    var settings = {
      even    : {
      'background'  : '#f7f6f2'
    },
      odd     : {
      'background'  : '#ebeae4'
    }
  };

  $('#comentarios ul').stripe(settings);

    var settings = {
      even    : {
      'background'  : '#f7f6f2'
    },
      odd     : {
      'background'  : '#ebeae4'
    }
  };

});
//]]>
  
  
});


