Código:
No me respeta el hover, hace como muchas intermitencias $(document).ready(function() {
$('#em').hover(function(){
$('#img_2').fadeIn("fast")
});
$('#em').mouseleave(function(){
$('#img_2').fadeOut("fast")
});
});


