$(document).ready(function(){
   $('#testimonios').cycle({ 
       fx: 'fade', 
       speed:  500,
       timeout: 10000,
       pager:  '#nav',
       pagerClick: function(index, element){
                      console.log(element);
		      return false;
                   }
   });
});

