$(document).ready(function() {
    $('#rotateimg').cycle({
		fx: 'fade',
		speed:   4000,
		timeout: 2000,
		delay:  0,
	});
});
