    $('#image-one').cycle({
		delay: 0,
        speed: 700		
		    
    });
	 $('#image-two').cycle({
	    delay: 1000,
        speed: 700
		
    });
	$('#image-three').cycle({
		
        delay: 2000,
        speed: 700
		
    });

