$(document).ready(function() {
    $('.slideshow').cycle({
		fx:      'scrollUp',
		speed:   1000, 
		timeout: 10000, 
		pause:    10 
	});
});
