$(document).ready(function() {
  $('.slideshow').cycle({
    fx: 'fade',
    timeout: 3000,
    speed: 1000,
    pause: 1
  });
});
