	$(document).ready(function() {

 	$("#oben div.trigger div.triggerimg").mouseover(function(){
//		$(this).next('span.tooltip').stop(true, true).animate({opacity: "show", top: "-25"}, "slow");
//		$(this).parents('div.triggerimg').nextAll('span.tooltip').find().stop(true, true).animate({opacity: "hide", top: "30"}, "slow");
//		$(this).parents('div.triggerimg').prevAll('span.tooltip').find().stop(true, true).animate({opacity: "hide", top: "30"}, "slow");
//		$(this).css('z-index','999');


	$(this).find("span.tooltipp").animate({opacity: "show"}, "slow");
		
	}); 
	$("#oben div.trigger div.triggerimg").mouseleave(function(){
	$(this).find("span.tooltipp").animate({opacity: "hide"}, "slow");
	});
});


$(document).ready(function() {

 	$("#news div.trigger div.triggerimg").mouseover(function(){
//		$(this).next('span.tooltip').stop(true, true).animate({opacity: "show", top: "-25"}, "slow");
//		$(this).parents('div.triggerimg').nextAll('span.tooltip').find().stop(true, true).animate({opacity: "hide", top: "30"}, "slow");
//		$(this).parents('div.triggerimg').prevAll('span.tooltip').find().stop(true, true).animate({opacity: "hide", top: "30"}, "slow");
//		$(this).css('z-index','999');


	$(this).find("span.tooltipp").animate({opacity: "show"}, "slow");
		
	}); 
	$("#news div.trigger div.triggerimg").mouseleave(function(){
	$(this).find("span.tooltipp").animate({opacity: "hide"}, "slow");
	});
});



