[jQuery] using draggable from within a container with over-flow:hidden.

[jQuery] using draggable from within a container with over-flow:hidden.


I'm using jcarousel to display a list of images that I want the user
to be able to drag to certain drop targets.
The code looks like:
...children('img').addClass('flashCatalogPage').draggable({ helper:
'clone', opacity: .5 });
The problem is, the container for the jcarousel uses the css attribute
over-flow:hidden to hide elements further down in the list.
I tried playing with the container attribute but that doesn't seem to
work. Does anyone have any suggestions?