	$(function(){
		// jQuery Cycle plugin
	$('.rotating').cycle({ 
		fx:     'fade', 
		random:  0,
		speed:    500
	  });
	});

