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