Thanks Anthony,
This is on my development space, if you need to look at it deeper, let me know and I'll give you the backend.
For confirmation, what I see happening:
I have 5 photosets that are being displayed on two pages each. Each has it's own singular page and then all 5 are being displayed on a "master gallery" page. On the master gallery page each instance displays all five galleries in the same order.
Each instance of the module has it's correct photoset id and each has a unique alphanumeric entry in module id.
Each instance is in the same module position.
Two unexpecteds...
First, I expected the module ID would have shown in connection to the module instance's name for possible styling (not necessary for my project, but might be helpful in the future, ie .moduletable-gallery1name, .moduletable-gallery2name, etc. Looking at the script, I saw the gallery name did show internally, but it might open css possibilities to include it as a module suffix.
Second, as the page loads, it appears to load the correct number of images in the gallery, then come back and load the whole collection at a second pass. It's exaggerated because I'm loading about 200 thumbs x 5 module instances, Hit reload on the page and see if that's what you notice, too. It might be a clue as to when the failure is occuring.
Thank you!