Steven:
Sorry for the late follow up. Real life interfered with my fun time.
Using the native "extract" in Win10 did the trick
Thank you for the quick response.
As always, great tech support from Juicebox-Pro!

Error message attempting to unzip Juicebox Pro Update 1.5.1

I guess it's a personal thing (organizing files on a web server) and there are certainly a number of different ways you could arrange things with the availability of the configUrl and baseUrl configuration options and the possibility of storing all your images in a single folder.

Your suggestion is right in line with what I was thinking and planning on using. It keeps everything well organized and easy to change/update.

Thank you for the timely responses with the answers & suggestions to my questions. Just one of the reasons I will be going to Juicebox Pro along with Showkase on Friday.

Now that I think I figured out how to do one page, I'm asking for opinions on the best way for me to proceed.
My site is pages of events and I'm wondering what the best way is to save the images, etc.
I renamed the first file I did ("Juicebox") to "Clay_School" where all the pertinent files, including images are saved (see below)
By doing this, I know that all the Clay School images are in one place. (I'm not sure I really need to do this)
Should I use this method for all the different pages or is there a more efficient (easier) way to do it?

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

Here is the page:
http://www.bakerracingpix.com/2016-clay-school.html

Thanks in advance for any and all replies!

Steven:
THANK YOU!!!
Now I'll play with this and then go the Pro edition and life will be good.

I'm trying to learn Juicebox-Lite prior to purchasing the Pro version and then getting Showkase
If someone could help me with my below problem, it will be greatly appreciated.
The gallery previews as I would like it when I view it locally after the publish/save step
I have placed the Juicebox folder in the public_html folder on my website and uploaded w/Filezilla
to the sam folder
The code I embedded:

<!--START JUICEBOX EMBED-->
<script src="/Juicebox/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : "juicebox-container",
galleryWidth: "100%",
galleryHeight: "100%",
backgroundColor: "#222222"
});
</script>
<div id="juicebox-container"></div>
<!--END JUICEBOX EMBED-->

The page:
http://bakerracingpix.com/2016-clay-school.html

Thank you in advance for any and all help