Double inversed instance name?

I have no idea what the technical term for this type of variable is
_root.images[“thumb”+p]

either way I know how to use it except for when I have them nested. How do I write:

_root.images[“thumb”+p].[“picture”+p]

?