$(function() {
    $(".anyClass").jCarouselLite({
        btnNext: ".next1",
        btnPrev: ".prev1",
		circular: true,
		visible: 3,
		auto: true,
        speed: 3000
    });
});
$(function() {
    $(".anyClass2").jCarouselLite({
        btnNext: ".next, .nextsmall",
        btnPrev: ".prev, .prevsmall"
    });
});
