I set a div 1150px width by javascript.
By firebug I get the html source:
<div class="products_showcase" style="width: 1150px;"></div>
However the width of div is 1152px in the firebug layout view.
I set one div height by javascript,get the same too.
Maybe you have a border on both sides (right, left) of the div.