(1) After creating an album, open the 'index.html' file (in the album's root directory) in a plain text editor, scroll down to the CSS section of the page and just after:
... enter the following (the default value for Juicebox-Pro's galleryFontFace configuration option):
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
(2) The minimum requirements for Juicebox-Pro's email functionality are that you set showEmailButton="TRUE" and use a valid email address for emailAddress (in the skin's 'Pro Options' text area). With this is place, the Email Button will display on the gallery's Button Bar.
Please note that you'll need to ensure that you are using Juicebox-Pro for this to work. (Email functionality is not supported by Juicebox-Lite.)
Instructions for upgrading the skin from Juicebox-Lite to Juicebox-Pro can be found in the skin's description on its download page here: https://jalbum.net/en/skins/skin/Juicebox
(3) Thumbnails do not have to be square but they do all need to be the same size as each other.
You can set the thumbnail dimensions on jAlbum's 'Images -> General' tab (in the 'Image bounds' control panel) and you can then tell Juicebox the thumbnail dimensions by setting thumbWidth and thumbHeight in the skin's 'Pro Options' text area, e.g.:
thumbWidth="100"
thumbHeight="60"
Please note that, just like #2 above, you'll need Juicebox-Pro for this to work.
I hope this helps.