$(document).ready(function(){


$('.rotatingImg, .rotating').cycle({
		fx: 'fade',
		timeout:  6000,
		delay:  4000
	});
});
