$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade',
		speedIn:  3200, 
        speedOut: 3200
	});
});
