To Kobra - To make the move I did the following:

On:
tpl_product_info_display.php

I moved:
<!--bof Additional Product Images -->
<?php
/**
* display the products additional images
*/
require($template->get_template_dir('/tpl_modules_additional_images.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_additional_images.php'); ?>
<!--eof Additional Product Images -->


Below:
<!--eof Main Product Image-->

As for the images not aligning, I just went with it - added more images and it looks fine. Now I am going to search how to add captions beneath my additional images. Wish me luck!

Thanks for the help!

To davewest - I will keep your notes for future reference. Thank you!