// JavaScript Document
$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		easing: "easein",
		auto: 7000,
   		speed: 1000,
		visible: 1,
    	start: 0/*,
		btnGo:[".1", ".2",".3", ".4", ".5"]*/
    });
});
