  jQuery(window).bind("load", function() {
    $('#scrollBlock').cycle({ 
      fx:     'scrollHorz',
      prev:   '#leftArr',
      next:   '#rightArr',
      height: 155,
      timeout: 0,
      easing: 'easeInOutExpo'
    });
  });