jQuery(document).ready(function() {
	$('#slide').cycle({
		timeout: 8000,
		pause: 1
	});
});


