You want the image with id #fader to hide on click?
$('#fader').live('click', function() { //do something here with the element, for instance: $(this).fadeOut(300);});