Any Scrollpane Gurus out there?

I have a scrollpane (using the system component), and the loaded movie clip extends past the scrollbars.

Is there a piece of code that can prevent this from happening?

FYI: I also have other scrollpane (same component) in the same file that work perfectly.

Also, this is being viewed in an .html page.

Finally, this may or may not help, additional actionscript I am using with the component is:

//allows the hint toggle feature to work in the component
scrollPane.contentPath = “confirm”;
scrollPaneContent = scrollPane.spContentHolder;

Attached is a screenshot.

Thanks for your help

Sean