jQuery(function() {
  jQuery('#slideshow').cycle({
    delay:    1250,
    timeout:  3000,
    speed:    2000
  });
});

