// Cycle options $(function() { $('.cycle').cycle({ fx: 'scrollHorz', prev: '.prev', next: '.next', timeout: 0 }); });