$(function() {    

  $('#hero-photo').cycle({
		fx:     'fade',
		speed:  'fast',
		timeout: 6000
  });
  
});
