Hyperlink inside movieclip with mouseOver

I have a movieclip that expands when you move your mouse over it. When the movieclip expands it reveals text with some hyperlinks in it. But it seems that I cannot click on these hyperlinks because it detects the onRollOver first? In other words: the onRollOver of the movieclips goes first and therefore the hyperlink is not clickable anymore? How can I fix this? or work around this?