$(document).ready(function(){ 







	$(".rss-popup a").hover(function() { 
		$(this).next("em").stop(true, true).animate({opacity: "show", top: "-50",width: "200",height: "100",left: "25"}, "normal");
		$(this).next("em").animate({opacity: "show", top: "-45"}, "slow"); 
	},
	function() { 
		$(this).next("em").stop(true, true).animate({opacity: "hide",top: "0",width: "0",height: "0",top: "0",left: "20"}, "fast");
		$(this).next("em").animate({opacity: "hide", top: "5"}, "fast");
		
	});
	
	
	



	
});
