Since the product widths are set inline in the HTML, they will take precedence over ordinary stylesheet rules. Add !important to get the stylesheet to take precedence:
Code:
.centerBoxContentsProducts {
       ...
       width:200px !important;