$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		delay:  2000,
		timeout: 5000,
		speed: 2500
	});
});
