  $(document).ready(function(){
    $("a[rel^='prettyPhoto']").prettyPhoto({
      show_title: false, 
			default_width: 640,
      default_height: 360,
      autoplay: true,
			social_tools: false
    });
  });

