$(document).ready(function(){
	$('#presentation').cycle({
		fx:'fade', speed:'slow', timeout:5500
	});
});
