I have a layout similar to this:
and would like to use a jQuery selector to selec
Without knowing the ID of the DIV I think you could select the IMG like this:
$("#"+$(this).attr("id")+" img:first")