$(document).ready(function()
{
  $('.rotating').cycle({
		fx: 'fade'
  });
  
});