$(document).ready(function() {
  $('.slideshow2').cycle({
    fx:     'scrollUp',
    speed:   2000,
    timeout: 50
  });
});


