Problem with sizing jquery accordion in firefox

Problem with sizing jquery accordion in firefox

I have a prolem in mozilla using an accordion
     I put a 12 section accordion on my website------it works perfect in IE7
I used jquery themeroller and grabbed the custom .js files and custom .css
I was happy as a clam---it worked as advertised in IE---just a few adjustments to make each accordion space
fit images with text underneath and set accordion to the right side   with:
<table class="normal" align="right" width="300">(the width doesnt do anything)
Then I tried Mozilla and the entire accordion spans the width of the website
I think the problem might be with the "ui-helper-reset" in the custom .css but i dont know and cant
find anything that affects it.
Another question is can you put 2 accordions on the same site one on the "right", one on the "left" side?
I did try this by just cloning the whole accordion and setting it to the left----it just came out as text.
 
I am a rookie to programming in general
I seem to have nothing but trouble with Mozilla (I have made a bunch of php websites) Im getting pretty good at it
if I do say so myself. Once you get the hang of php its not that hard. But these javascript frameworks
are sometimes like rocket-science.