
	jQuery(function(){
		jQuery('#topnavi').hover(function(){
			tb=jQuery('#topnavi');
			tb.stop().animate({height:'143px'},600,'swing');
		},function(){
			tb=jQuery('#topnavi');
			tb.stop().animate({height:'44px'},600,'swing');
		});
		  jQuery('.news-slider').vTicker({

		       speed: 500,
		
		       pause: 8000,
		
		       showItems: 3,
		
		       mousePause: true,
		
		       height: 220,
		
		       direction: 'up'

    });

	});

