$(function() {
	$('#slideshow').cycle({
		fx									: 'fade',
		timeout							: 10000
	});
});