jQuery(function() {
  jQuery('#slideshow').cycle({
    delay:    -4000,
    timeout:  7000,
    speed:    3000
  });
});

