[jQuery] trying to create scrolling div inside jcarousel

[jQuery] trying to create scrolling div inside jcarousel


Wondering if anyone can help me with this...
I have a page using jcarousel kind of like how this page is using it:
http://www.jobberbase.com/
I have HTML content in each of the "slides". In some of my slides, I
don't have control over how much HTML will be present in them, so I want
to be able to show a vertical scrollbar as needed. I tried wrapping my
slide content in a div with style="overflow:auto;", but when I do that,
it seems to interfere with an overflow:hidden that jcarousel relies on
to prevent the content of each slide from showing to the left and right
of the main viewing area when the slides are, um, slid.
Basically, by adding the div in the slide and setting overflow:auto on
the div, when I slide the slides, they appear outside of the main
control (to either the left or the right).
Anyone know how to accomplish what I need to do? I haven't been able to
find any carousel examples that show vertically scrollable content in a
slide.
Thanks,
Jack