Hi rbestel
Simply add
loop : true, in this file /templates/ja_insight/acm/slideshow/tmpl/style-owl.php
$("#acm-slideshow-<?php echo $module->id; ?> .owl-carousel").owlCarousel({
items: 1,
singleItem : true,
itemsScaleUp : true,
loop : true,
nav : true,
navText : ["<span class='ion-android-arrow-back'></span>", "<span class='ion-android-arrow-forward'></span>"],
dots: true,
slideBy: 1,
autoplay: true
});