	$(document).ready(function() {
		$('#slide').cycle({
			fx: 'fade',
			timeout: 3000
		});
		
	});