$(document).ready(function(){
           //jquery cycle para homepage
/*
           $('div.visual').cycle({
               pager: '.switcher',
           });
*/
          
          //cycle para todas as outras paginas
          $('.other').cycle({
               pager: '.switcher'
          });
          
          $('.slider_home').cycle({
               pager: '.switcher'
          });
});

