$(function() {
	$('#image').cycle({ 
	timeout: 5000,
   	speed: 2000,
   	delay: -4000
	});
});
