$(function() {
    	$(".anyClass").jCarouselLite({
        	btnNext: ".nextbtn",
            btnPrev: ".prevbtn"

        });
    });
$(".carousel").hide(); 
