// JavaScript Document

$(function(){$(".anyClass").jCarouselLite({btnNext: ".next",btnPrev: ".prev",visible: 6,speed: 3000,scroll: 5});});

