[jQuery] links not working in Div

[jQuery] links not working in Div


I've got a set of 6 divs that I am using jQuery to fade in and out
depending on where a visitor navigates to. Inside these divs I have
pretty standard text. For some reason, on IE, any links that I have
are not clickable.
I've also got the css on the div containing the text to "overflow:
auto" so that if there is more text than fits in the window, it will
scroll. This isn't working in IE either.
Both work as expected in Safari and Firefox.
Here is a link to the page with the problem:
http://safaribydesign.com/faq/
I took the jQuery references out of the page (http://
safaribydesign.com/testme/index2.php) and it worked fine in IE so
jQuery is doing something (or I've messed up something) that is
causing any interactivity in the div to not work.
any ideas?