$(document).ready(function() {
   $('.slideshow').cycle({
      fx: 'scrollVert',
      speed: 1000,
      pause: 1,
      timeout: 6000,
      delay: 500, 
    });
  });