Slick carousel
by justinwinter
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.js"></script>
<div class="slick-carousel">
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/PerezScroll.png" style="width:500px;height:200px;"></div>
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/McCormickScroll.png" style="width:500px;height:200px;"></div>
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/HobbsScroll.png" style="width:500px;height:200px;"></div>
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/HansenScroll.png" style="width:500px;height:200px;"></div>
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/GarciaScroll.png" style="width:500px;height:200px;"></div>
<div><img src="https://sites.google.com/a/lylesgrp.com/wml-intern-portal/FloresScroll.png" style="width:500px;height:200px;"></div>
</div>
JavaScript
$('.slick-carousel').slick({
dots: true,
autoplay:true
});