$(function() {
	$('#slideshow').cycle({
		random: 1,
		fx: 'fade',
		speed: 1500,
		timeout: 6000
	});
});