﻿$(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause: true,
		visible: 1,
		auto: 3000,  // show duration
		speed: 1000  // transition duration
	});
});
