carousel

carousel


Hi there,
I am brand new to jquery and would like to build a carousel. I am
trying to display text underneath the respective images in a carousel
but the text is not being displayed. I am using the code posted here
http://sorgalla.com/projects/jcarousel/examples/static_simple.html
<div class="carousel">
<ul id="mycarousel" class="jcarousel-skin-tango">
<li><img src="http://static.flickr.com/
66/199481236_dc98b5abb3_s.jpg" width="75" height="75" alt="" /><span
class="desc">description for the image</span></li>
</ul>
</div>
What do i do to display the text describing the image ?