If you want the images at the top, except closer to the main image, all you need is this:
Code:
.additionalImages {
    width: 130px !important; /*adjust to taste*/
    float: left;
    padding: 5px;
    }
You will also need to remove the <br class="clearBoth"> between main and additional images.