Rob,
It is easier to help when you link to the actual page.
It should be very easy to do, you just need to find a CSS selector that helps you isolate these specific images.
So if they are in a class like .special-offers you could write the CSS:
Code:
.special-offers img {
width: 32%;
height: auto;
margin: 0 auto;
}