So I have an image placeholder and I want to load the first image from the HTML within a DIV
element that is larger than 70px width or height. Then provide a next and previous link to load the next image that is larger than 70px.
I know jQuery has a next & prev selector but I'm not sure how I would tie this in with next and previous links or specify an image size.