I'm having an issue combining the carousel with Quicktabs module. The carousel displays properly at first, but when I switch to a different tab and then back again, the content is all messed up. If I resize the window or open firebug, the view displays properly again, and repeated tab-switching doesn't cause the bug to reappear.

When I change tabs, Quicktabs sets the class of a div so that the tab is hidden, and the carousel script sets the width of the ul to 40px in response. I don't know how it's computing this value, but it's not really an issue since the content is hidden. The problem comes when quicktabs removes the hiding class, and carousel doesn't reset the width properly.

I'm pretty sure this is a Views carousel issue rather than a quicktabs one, so I'd be much obliged if someone with more javascript knowledge than I could look into this.
-Peter Frauenglass