$(document).ready(function() {
	$('#slideshow').cycle({
		fx:    'fadeout',
		sync:  false
	});
});
