$(document).ready(function() {
  $('#inbeeld_inhoud').cycle({
    fx: 'scrollDown',
    speed: 500,
    timeout: 2000,
    pause: 1
  });

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

  $('.slideshow_groot').cycle({
    fx: 'fade',
    speed: 1000,
    timeout: 3000,
    pause: 1
  });

  $('#slideshow_wolk').cycle({
    fx: 'fade',
    speed: 1000,
    timeout: 3000,
    pause: 1
  });
});
