Slightly more info...
main.css has this on line 3174
Code:
/* icons box */
.dpimages-icons-box {
padding-top: 10px;
padding-bottom: 0px;
}
And it seems that IE uses the top padding (not sure about the bottom) inbetween the images as well, why? How do I stop that from happening? Plus it seems to be moving it another pixel or two more than those 10...
EDIT: only affects the top padding... I suppose I could not use the top padding and instead pad the bottom of the big product image, right?