@option start : number - default is 0 @example $(".carousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
start: 2 }); @desc You can specify from which item the carousel should start. Remember, the first item in the carousel has a start of 0, and so on.