$(document).ready(function(){
 
	$(".alma a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "150"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "180"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".sonkalo a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "150"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "180"}, "fast");
	});
 
});
$(document).ready(function(){
 
	$(".coll a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "150"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "180"}, "fast");
	});
 
});

$(document).ready(function(){
 
	$(".inedits a").hover(function() {
	$(this).next("em").stop(true, true).animate({opacity: "show", top: "150"}, "slow");
	}, function() {
	$(this).next("em").animate({opacity: "hide", top: "180"}, "fast");
	});
 
});

