I\'ve a code of some what like this:
You can add a class to the images OR
.foo img:nth-child(2) { css here }
or
.foo img:first-child { css here } .foo img:last-child { css here }