$(document).ready(function() {
    $('.slideshow').cycle({
		fx:     'scrollDown',
		timeout: 5000
	});
});
