jQuery(document).ready(function() {
  jQuery("a[rel^='prettyPhoto']").prettyPhoto({
    theme: 'light_square', // light_rounded / dark_rounded / light_square / dark_square */
      show_title: false,
    overlay_gallery: false /* If set to true, a gallery will overlay the fullscreen image on mouse over */
  });
  
  // Innerfade setup
  jQuery('.innerfade').innerfade({
    animationtype: 'fade',
    speed: 2000,
    timeout: 5000,
    type: 'random_start',
    containerheight: 'auto'
  });
  
});



