jQuery(function() {
	jQuery('#rotating-images').cycle({
		fx:      'fade',
		speed:   750,
		timeout: 5000,
		pause:   true,
		random:  true
	}).find("img").removeClass("hidden");
});