$(document).ready(function() {
  $('#propic').cycle({ 
      fx:    'fade', 
      speed:  2500 ,
      startingSlide: 0
  }); 
}); 

