I have a layout similar to this:
and would like to use a jQuery selector to selec
If your DIV tag is immediately followed by the IMG tag, you can also use:
$(this).next();