After several frustrating hours, I have de-bugged my problem. I want to share with you in case this information can help someone else.
There was this code in the provided embedDemo.html:
<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #000; color: #3E75E9; font: 12px/18px Tahoma, sans-serif; }
h1 { font-size: 36px; line-height: 36px; margin: 0 0 18px 0; font-weight: normal; }
.page { padding: 18px 36px;}
.imagevueWrap {
margin: 0 0 36px 0;
height: 800px;
}
</style>
I had to strip out two usable parts (to avoid body and h1 conflicts) and add to the current .css of my site:
.imagevueWrap {
margin: 0 0 36px 0;
height: 800px;
}
.page { padding: 18px 36px;
}
The absence of these two selectors in my .css was causing the gallery not to load under my site.
http://www.amhphoto-amy.com/_client/embedDemo.html is now running perfectly, with all my header items perfectly in sync with the rest of the site. I am going to have my client review the gallery, make sure it will suit her needs, and if we use the product I will purchase a license as I feel it is a great piece of software. She will be able to update her client galleries without needing to code any html and without my assistance. Exactly what I needed.
Many thanks, and I hope that you could develop a tutorial or create an easier process for people to implement Imagevue into their existing sites. That would have greatly reduced my work and frustration!
One additional question, how can I disable the opaque vertical bars that scroll on the opening image????