Select an element inside $(this)

Select an element inside $(this)

I'm trying to select an image inside $(this) but can't figure out how to do it!


I can select it directly by using:
$('#nav a img').fadeIn(500);


but that targets every element that fits into that criteria, not just the one I want to select.

Does anyone know how I can select only the image inside the $(this) variable?