Scrollpane and Loaders Help

So I’m making a portfolio, and I have loaders within a scrollpane. I have various tiny loaders to display a thumbnail image as buttons, and one bigger loader for displaying a big image depending on which thumbnail was clicked. Problem is, the small thumbnail loaders and the big loader have to be in the same… place, i discovered.

So heres the deal, on my scene, I have a scrollpane, which contains the small loaders. Then, outside of the scrollpane on the scene itself, is the big loader. Obviously, the actionscript that tells the bigloader to display something doesn’t get through. If I put the big loader into the scrollpane, everything works. What can I do to solve this?

thanks!

btw, I’m using Flash8