$(document).ready(function(){
if($('.newslinx').length > 0){
$(function() {
	$(".newslinx").jCarouselLite({
		vertical: true,
		visible: 8,
		circular: false,
		speed:1000,
		scroll: 2,
		btnNext: ".next",
		btnPrev: ".prev"
	});
});
}
});

