$(document).ready(function() {
    $('.slideshow').cycle({
         fx:     'scrollDown', 
         easing: 'bounceout',
         timeout: 6000,
         pause:  1 
	});
});


