$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next1",
        btnPrev: ".prev",
		visible: 2		
    });
});


