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

$(function() {
  $('#slideshowcontainer_a').cycle('fade');
});
