Im using the following carousel (http://gmarwaha.com/jquery/jcarousellite/index.php) on one of my pages and have an external pager to page through the carousel.
I need to do the following..
Get a reference to the carousel object and call a function on it to say display item index 2.
i.e. do somthing like this...
$("#mycarousel").jCarouselLite({ ..options...});
// heres the bit I cant do..
var carousel = $("#mycarousel").getgetcarousel();
carousel.setItemIndex(2);