Simple problem and hopefully a simple solution: For what I'm using it for, I do not need the Twitter and Facebook buttons at the bottom of the PrettyPhoto overlay.
I tried to open up the JS and remove it manually but I'm not too great at deciphering Javascript.
scaron says: To remove the social tools, simply turn the social_tools setting to false. Like so $("a[rel^='prettyPhoto']").prettyPhoto({social_tools:false});