$(document).ready(function(){

	// fade the main photo if there are more than one.
  $('#photo_show').cycle({
    fx: 'fade'
  });
  
   $('#photo_show_portfolio').cycle({
    fx: 'fade'
  });
});

