Image Carousel built using owl carousel. GA-Carousel is highly customisable and can be used for any purpose.
To add nav lines remove ".carousel-class .owl-dots{ display: none;}" from style.css and add:
" .carousel-class .owl-dots{ width: 100%; float: left; text-align: center;}
.carousel-class .owl-dots .owl-dot{ width: 16px; height: 3px; display: inline-block; background: #ccc; margin: 0 2px;}
.carousel-class .owl-dots .owl-dot.active{width: 36px; background: #000;} "