Ver originalvar idActual = $("#slideshow_0 IMG").hover(function(Event) { var id = $(this).attr('id'); alert(id);});