$(function() {
	$(".anunturi").jCarouselLite({
		vertical: true,
		hoverPause:true,
		visible:2,
		auto:2000,
		speed:2000
	});
});

