$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'fade', 
    speed:   950, 
    timeout: 6000, 
    pause:   0
	});
});

