$(document).ready(function() { 
	$('#news-ticker').cycle({
			width: 160,
			height: 220,
			fx:    'scrollUp',
			delay: -2000,
			easing: 'easeinout',
			timeout: 7000,
			speed:   1800
			
	 });
	
 });
