David,
In the p7MBX-01 stylesheet.....
div.mbx-thumbs li img {
border: 1px solid #FFF;
height: auto !important;
width: auto !important;
max-height: 300px;
max-width: 300px;
vertical-align: bottom;
}
You're not seeing it on the other mbx as it has a white background, just remove/comment out the border declaration.
HTH