$(document).ready(function() {
 	$(".desc").hide();
	$('.imgteaser a').hover(
		function(){$(this).next().stop(false, true).fadeIn(400);},
		function(){$(this).next().stop(false, true).fadeOut(400);}
  	);
	/*  ).click(function(e) { e.preventDefault(); }); */
});
