The problem is in the css. Just replace the existing stylesheet with the one below and it should work in both IE and FF.
Code:
<style type="text/css">
#divScroller1 {position:static; overflow:hidden; z-index:0; top:0; width:100%; height:240px; clip:rect(240px, 240px, 240px, 240px); visibility:visible;}
.dynPage {position:relative; z-index:0; top:0; width:100%; visibility:visible; padding-left:0px; font-family:arial,helvetica,sans-serif; text-align:justify; font-size:10px; line-height:8px; color:silver;}
#arrows1 {position:static;}
#arrows2 {position:static;}
#links1 {position:static;padding-bottom:3px; }
#links2 {position:static;padding-bottom:3px; }
#links3 {position:static;padding-bottom:3px; }
</style>