I think .additionalImages inside the group does nothing apart from alining text to 'center', you shouldn't worry about it. just create new style for it.
Here is my style :
#productMainImage {margin:5px 0; padding:0; width:70%;float:left;}
#productAdditionalImages {margin:0; padding:5px 0; width:120px; }
#productAdditionalImages .additionalImages {clear:both;}
#productAdditionalImages a {text-decoration:none;}



