Hey guys, I am trying to reformat and style some data (basic HTML) that is being output by a specific piece of software. Each of the items (of data) has an image attached to it. Certain images are part of a series and are directly related to eachother.
What I would like to do is, using Jquery/CSS, have the images that are part of a series "stacked up" (see link). Most likely using the 'rel' attribute. I would be leaving the images that are not part of a series, as single images.
Any ideas, plugins or direction would be greatly appreciated.