$.fn.cycle.defaults.speed   = 900;
$.fn.cycle.defaults.timeout = 6000;

$(function() {
  $('#slideshowcontainer_a').cycle({
    fx:    'scrollRight',
    delay: -4000
  });
});

