$(document).ready(function() {

  $("a[rel^='prettyPhoto']").prettyPhoto({
          theme: 'light_rounded',
          slideshow:10000,
          autoplay_slideshow:false,
          show_title: false
  });

});

