	var $ = jQuery.noConflict();
	$(document).ready(function() {	
	/* for news ticker */
	$(".scroll-content").jCarouselLite({
	vertical: true,
	hoverPause:true,
	visible: 5,
	auto:100000,
	speed:1000,
	scroll: 2,
	btnNext: ".next",
	btnPrev: ".prev"
	});
	$(".nonCircular .jCarouselLite").jCarouselLite({
    btnNext: ".nonCircular .next",
    btnPrev: ".nonCircular .prev",
    circular: true
});
});
