
$(function() {
	$('#rotator').cycle({ 
  	  fx:'fade', 
  	  pause: 1, speed:2000, timeout:7000 });
});
