Hello
I have a number of images on a page, some with extra detailed images that are hidden with css, so they can only be visible in the light box.
This can be seen here
Each set of images is within a div, the problem i have is that when you access the lightbox, you can click next and go through all the images on the page, i wan't the user to only be able to click next/previous to access the images within that div, and not the whole page, is this do able?
Thank you