This might be an assumption, but the documentation that comes with jCarousel says there is a "vertical" configuration that you would put in the script tags at the top of the page as such:
Code:
<script type="text/javascript">
jQuery(document).ready(function() {
jQuery('#mycarousel').jcarousel({ vertical:true});
});
</script>
I am still working on integrating the two, so I am no great master at it yet, but I would start there. The other thing to do is look at the source code of the vertical example they have and design something around that. . . .
Hop that helps some. . .
Bookmarks