$(function() {
    $(" .anyClass_home").jCarouselLite({
        btnNext: ".next",
        btnPrev: ".prev",
		vertical: 'true',
		visible: 2,
    });
});
