is there a way to add an extra next button in jcarousel-lite that will move items 2 or 3 at a time?

$(document).ready(function(){
$(".innerbox").jCarouselLite({
      btnNext: ".right_scroll",
       btnPrev: ".left_scroll",
       circular: false,
       visible: 6,
       scroll: 1,

never mind,I dumped the plug-in and i just coded it by hand :p

link|improve this question
feedback

closed as too localized by Tim Post Nov 21 '11 at 3:36

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

Browse other questions tagged or ask your own question.