Page is a not externally linkable
rocknbil - 4:12 pm on Jun 28, 2011 (gmt 0)
Welcome aboard StrangePR, you should install the Firebug extension for Firefox - a right click->Inspect Element on the images shows a 33/20 pixel padding above and below them and points to this selector:
#innercontent img {
margin: 0;
padding: 33px 0 20px;
}