[jQuery] Auto Scrolling Text in an Element (div) - Overflow hidden.

[jQuery] Auto Scrolling Text in an Element (div) - Overflow hidden.

Hey folks,
Just curious if anyone has an auto scroller plugin kicking around for an element such as a DIV that contains more content then it's height.
Ideally, on page load, it would check to see if the content is too long, if it is -  then it would have a delay, scroll the content in the div at a specified speed and once at the bottom, delay, then scroll back up.
I looked at interface but it seems those scroll functions control the window and not content within a specific fixed height div with overflow hidden.
I am fully aware of the accessibility / other drawbacks of such an effect. The problem is, we have a client that wants a fixed product feature
sheet for display on a big screen in a mall or kiosk with no human
interaction. On about 10% of the products displayed, the "description"
is too long for the fixed height of the display; A scroller seems to be reasonable alternative for such a small number of products.
Thanks in advance,
James.