$(document).ready(function(){
 
	$(".rss-popupKEY a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-90"}, "fast");
	});
 
	$(".rss-popupLIGHT a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-90"}, "fast");
	});
 
	$(".rss-popupTHERM a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-90"}, "fast");
	});
 
	$(".rss-popupNOTE a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "-80"}, "fast");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "-90"}, "fast");
	});
 
});
