You have a <br class="clearBoth" /> after the additional images, and this is keeping all following elements below the images. Add to your stylesheet
#productAdditionalImages .clearBoth {display: none;}
The best solution to your alignment issues is probably to have the #productDescriptionWrapper mentioned in the stylesheet enclose all of the elements after the images.



