$(document).ready(function() {
  $('#slide').cycle({
	  fx: 'scrollDown', 
    easing: 'bounceout',
    speed: '1000',
    timeout: '8000'
	})
});