After experimenting and trying Cycle2 plugin, I can't make it work to have the overlay caption and controls inside the main slide container, I copied and paste it just like in the demo website, any thoughts about this? Thanks in advance.
<!-- slider -->
<div class="row padded hide-on-mobile cycle-slideshow"
data-cycle-fx="scrollHorz"
data-cycle-speed="1500"
data-cycle-pause-on-hover="true"
data-cycle-caption-overlay="caption2"
data-cycle-caption-template="Slide {{slideNum}} of {{slideCount}} - ({title})"
>
<div class="cycle-overlay"></div>
<img src="http://placehold.it/1200x450/fff&text=slide1" data-cycle-title="Spring" data-cycle-desc="desc1">
<img src="http://placehold.it/1200x450/fff&text=slide2" data-cycle-title="Redwoods" data-cycle-desc="desc2">
</div><!-- end of slide container -->