$(document).ready(function()
		{
			$(".newsticker-jcarousellite").vTicker({
				   speed: 500,
				   pause: 3000,
				   showItems: 3,
				   animation: 'fade',
				   mousePause: true,
				   height: 0,
				   direction: 'up'
				});
		});
