$(function() { 
  $('.rotate-cover').cycle({ 
    fx:     'fade', 
    speed:  '2000', 
    timeout: 1200,
	pause: true, 
  });
});
