$.fn.cycle.defaults.timeout = 6000;
  $(function() {
    // run the code in the markup!
    $('#zoom').cycle({
    fx:    'zoom',
    delay: -2000
});
});
