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