Fixed it.

For some reason zen light box likes to resize my tables in IE7... the soluction;
adding
Code:
.tableClass{
table-layout: fixed;
}
to the IE7 specific css.