// JS to control the event ticker by called the jCarouselLite plugin
$(function() {  
	$(".eventsticker").jCarouselLite({  
		vertical: true,
		hoverPause:true,
		visible: 5,
		auto:100,
		speed:2500  
    });  
});  
