Product Page Images Finger Swipable

Hello,

I would like to do finger swipable images on product pages (I have the swipper slide that is Ok).
But I need to ISOLATE all URL images for one product.
So i did go to "product_images.tpl" located in : design/themes/responsive/templates/views/products/components/

Im managed to find the loop but I only found the URL of main image :

{foreach from=$product.image_pairs item="image_pair"}

{/foreach}

What I would like to get is something like this

IF 6 IMAGES FOR A PRODUCT








How can I do that ?
I know it is only few lines of code, but cannot manage to do it.
I know this does not need a devlopment

Please help me

Best regards

Aymeric JALABERT