$(document).ready(function() {
	$('#ImgRotate1').cycle({
        delay: 2000,
        speed: 1000,
		timeout: 4000
    });

	$('#ImgRotate2').cycle({
        delay: 5000,
        speed: 1000,
		timeout: 6000
    });
	
	$('#ImgRotate3').cycle({
        delay: 4000,
        speed: 1000,
		timeout: 8000
    });

	$('#ImgRotate4').cycle({
        delay: 2000,
        speed: 1000,
		timeout: 8000
    });
	
	$('#ImgRotate5').cycle({
        delay: 5000,
        speed: 1000,
		timeout: 8000
    });
	
	$('#ImgRotate6').cycle({
        delay: 4000,
        speed: 1000,
		timeout: 8000
    });	
});

