Jquery gallery with thumbnails appears whenever we scroll after closing images

Q: I am having issues with a jquery gallery with thumbnails on my page.
When we close the slide show by clicking on the 'x' of one of the images,
the jquery gallery with thumbnails should close, I believe, and we should be returned to the page.

However, a jquery gallery with thumbnails appears whenever we scroll after closing (any) image.

So, this makes it impossible for a visitor to navigate (scroll up or down on
the page) after closing the jquery gallery with thumbnails.

Can this be fixed?
Did I error in the coding of the page?

A: You call VisualLightBox HEAD section for several times on your page.
It is not necessary. You should call it only once.
Please remove extra VisualLightBox HEAD sections.

Related