$(document).ready(function() {
	$('#slideshowHome').cycle({
		fx: 'fade',
		speed: 1500,
	});
});

