[help] Using rollOver and rollOut on a movie clip with buttons inside?

I have an mp3 player that sits off stage. There’s a tab sticking out for it. When you moust over this tab (which is inside the mp3 player mc) I need the player mc to gotoAndPlay(“over”); which is the player animating onto the stage. Then when you rollOut it will gotoAndPlay(“out”); Which is the player animating back off stage.

Now I can do all of this easy, but then none of the buttons inside the mp3 player mc don’t work because flash thinks the whole movieclip is one big button. How can I get this all to work. I hope that makes sense.