
$(document).ready(function() {	
	$("#natblok2").hover(function(naa){									 
		$(".xx").stop(true, true).show("fast").fadeOut();		
		$(".lol2").stop().animate({height:"192px"}).show();
	}, function(naa) {	
		$(".xx").stop(true, true).hide("fast").fadeIn();
		$(".lol2").stop().animate({height:"0px"}).hide();
	});	
	
    $('#natlogos2').cycle({ 
		cleartype: 1, 
		cleartypeNoBg: false,
		pauseOnPagerHover: 1,
		fx: 'fade'
	});
});

