$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollRight', // fade, scrollUp, shuffle
		speed:  1000,
		timeout: 4000
	});
});
