Firefox and Rendering Javascript

The scrolling videos on the top area of this page http://d.pr/JEiT shows all videos scolling seemlessly in all browsers other than firefox. in firefox, the right-most video is only revealed after it reaches a certain point.

Simply remove the float property from your <LI> styles aka .jcarousel-skin-tango li in your CSS and it will fix the issue in Firefox and IE

Wow, thanks. I dont understand why that fixed it, but thanks.