$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		timeout: 4800,
		speedin: 800,
		speedout: 1200,
		autostop: 0,
		delay: -3200
	});
});
