  jQuery(document).ready(function(){
	  jQuery("a[rel^='prettyPhoto']").prettyPhoto( { social_tools: '',
		  											default_width: 500,
		  											default_height: 344,
		  											show_title: false
		  											} );
  });
