$(document).ready(function() {
          // put all your jQuery goodness in here.
$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
	visible: 1,
	circular: false,
	auto: 5000
    });
});
      });


