jQuery(document).ready(function($) {
  $('#header-inner #slideshow') 
  .cycle({ 
      fx:     'fade', 
      speed:  3000, 
  });
});
