Open a copy of the following file to edit:
includes/templates/template_default/templates/tpl_product_info_display.php
Around line 157, CUT the following:-
<!--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 -->
Now, you can PASTE it above (or below) any other section that's similarly enclosed in the <!--bof --> ... <!--eof--> tags.
You'll probably want it ABOVE the product description, so paste it ABOVE the line (around line 81) that says:-
<!--bof Product description -->
SAVE the file, then FTP it back to:-
includes/templates/YOUR-CUSTOM-TEMPLATE/templates/tpl_product_info_display.php