Called tech report at GoDaddy and they walked me through to ADVANCED permissions settings... needed to click for the images folder "Web User Permissions.. ALLOW and EXECUTE"  Working now... THANKS!!!

Here is the base index.html for the JuiceBoxGallery:

<div id="apDiv1"><!--START JUICEBOX EMBED-->
<script src="JuiceBoxGallery/jbcore/juicebox.js"></script>
<script>
  new juicebox({
    baseUrl : 'JuiceBoxGallery/',
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "rgba(0,0,0,1)"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->


Here's the JuiceBoxGallery index.html:

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>JuiceBoxGallery</title>
        <meta charset="utf-8" />
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <meta name="description" content="">
       
        <!-- START OPEN GRAPH TAGS-->
        <meta property="og:title" content="JuiceBoxGallery" />
        <meta property="og:type" content="website" />
        <meta property="og:url" content="" />
        <meta property="og:image" content="" />
        <meta property="og:description" content="" />
        <!-- END OPEN GRAPH TAGS-->
       
        <style type="text/css">
            body {
                margin: 0px;
            }
        </style>
    </head>
    <body>
        <!--START JUICEBOX EMBED-->
        <script src="jbcore/juicebox.js"></script>
        <script>
            new juicebox({
                containerId : 'juicebox-container',
                galleryWidth: '100%',
                galleryHeight: '100%',
                backgroundColor: 'rgba(0,0,0,1)'
            });
        </script>
        <div id="juicebox-container">
        <noscript>
        <!-- Image gallery content for non-javascript devices -->
        <h1>JuiceBoxGallery</h1>
        <p>JuiceBoxGallery</p>

        <p><img src="images/GJ-Headshot.jpg" title="GJ-Headshot" alt=""/><br>GJ-Headshot </p>
        <p><img src="images/Gary 2.jpg" title="Gary 2" alt=""/><br>Gary 2 </p>
        <p><img src="images/Gary RFL Pierce 4-2013smcc.jpg" title="Gary RFL Pierce 4-2013smcc" alt=""/><br>Gary RFL Pierce 4-2013smcc </p>
        <p><img src="images/Gary-Dodger-Stadium.jpg" title="Gary-Dodger-Stadium" alt=""/><br>Gary-Dodger-Stadium </p>
        <p><img src="images/Musez HeadD SoloC.jpg" title="Musez HeadD SoloC" alt=""/><br>Musez HeadD SoloC </p>
        <p><img src="images/GJ-hair2.jpg" title="GJ-hair2" alt=""/><br>GJ-hair2 </p>
        <p><img src="images/OnPlane.jpg" title="OnPlane" alt=""/><br>OnPlane </p>
        <p><img src="images/Nikki and me.jpg" title="Nikki and me" alt=""/><br>Nikki and me </p>
        <p><img src="images/NikkiDrums.jpg" title="NikkiDrums" alt=""/><br>NikkiDrums </p>
        <p><img src="images/Gary Dirt bike 1.jpg" title="Gary Dirt bike 1" alt=""/><br>Gary Dirt bike 1 </p>
        <p><img src="images/GLJ NewYork2.jpg" title="GLJ NewYork2" alt=""/><br>GLJ NewYork2 </p>
        <p><img src="images/SetListPipe.jpg" title="SetListPipe" alt=""/><br>SetListPipe </p>
        <p><img src="images/LookingAtYou.jpg" title="LookingAtYou" alt=""/><br>LookingAtYou </p>
        <p><img src="images/Singing and Todd.jpg" title="Singing and Todd" alt=""/><br>Singing and Todd </p>
        <p><img src="images/Me and TonyHawk.jpg" title="Me and TonyHawk" alt=""/><br>Me and TonyHawk </p>
        <p><img src="images/JerryWest Roy.jpeg" title="JerryWest Roy" alt=""/><br>JerryWest Roy </p>
        <p><img src="images/MUSEZ SideSlinkBW.jpg" title="MUSEZ SideSlinkBW" alt=""/><br>MUSEZ SideSlinkBW </p>
        <p><img src="images/GuitarClose2.jpg" title="GuitarClose2" alt=""/><br>GuitarClose2 </p>
        <p><img src="images/Musez HeadWayBackGroup.jpg" title="Musez HeadWayBackGroup" alt=""/><br>Musez HeadWayBackGroup </p>
        <p><img src="images/MeDrumsConradGuitar.jpg" title="MeDrumsConradGuitar" alt=""/><br>MeDrumsConradGuitar </p>
        <p><img src="images/HillTopNoShirt.jpg" title="HillTopNoShirt" alt=""/><br>HillTopNoShirt </p>
        </noscript>
        </div>
        <!--END JUICEBOX EMBED-->
    </body>
</html>

Took out the space and changed both index.html's. Works perfectly on local, uploaded the whole JuiceBoxGallery folder (after deleting previous folder) but still no photos on the web. Here's a link to show you the file locations through Dreamweaver-Remote view.
http://garylordjohns.com/GLJ-RemoteSiteView.html

Looked for permissions setting on GoDaddy... all I see is an eyeball.
Here's the link to the site... Gallery is on top right.
http://garylordjohns.com

All works fine on local drive, but uploading to remote fails to load images.

Have tried placing images/thumbs in root, and in Gallery folder... all names/locations seem correct.

Also tried External Gallery option... no luck.

Any suggestions?

Same problem here.... How do I change permissions to all the images and thumbs?