It is because the two <div> that hold the pictures are set at 50% width of the containing <div> in the code. By the time you add margins/borders the two will not fit side by side in the space available.
In the past I have hunted down the 50% in the code for someone which took forever but have realised that an easier way of doing it is to add this to the bottom of the stylesheet! D'oh!
Code:
.centerBoxContentsFeatured{width:48% !important;}
You can adjust the 48% as you see fit. A slightly higher number will probably work but before you decide it definitely is OK check it in internet explorer as far back as IE6.