$(document).ready(function(){
 
	$(".rss-popup01 a").hover(function() {
	$(this).next("i").stop(true, true).animate({opacity: "show", top: "-50"}, "slow");
	}, function() {
	$(this).next("i").animate({opacity: "hide", top: "-60"}, "fast");
	});
 
});


$(document).ready(function(){
 
	$(".rss-popup02 a").hover(function() {
	$(this).next("i").stop(true, true).animate({opacity: "show", top: "-70"}, "slow");
	}, function() {
	$(this).next("i").animate({opacity: "hide", top: "-80"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".rss-popup03 a").hover(function() {
	$(this).next("i").stop(true, true).animate({opacity: "show", top: "-53"}, "slow");
	}, function() {
	$(this).next("i").animate({opacity: "hide", top: "-63"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".rss-popup04 a").hover(function() {
	$(this).next("i").stop(true, true).animate({opacity: "show", top: "-85"}, "slow");
	}, function() {
	$(this).next("i").animate({opacity: "hide", top: "-95"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".rss-popup05 a").hover(function() {
	$(this).next("i").stop(true, true).animate({opacity: "show", top: "-53"}, "slow");
	}, function() {
	$(this).next("i").animate({opacity: "hide", top: "-63"}, "fast");
	});
 
});


