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