Customize of the Slick Carousel

Customize of the Slick Carousel

Hello, i'm using "Slick Carousel" in my site and he is wonderfull, BUT the autoplay have a little stop between the slides, and i need to make he run fluid, with no stop.

Here the config i'm using:

  1.       $(document).ready(function(){
  2.             $('#seguradoras').slick({
  3.               slidesToShow: 8,
  4.               slidesToScroll: 1,
  5.               autoplay: true,
  6.               autoplaySpeed: 0,
  7.               speed: 500,
  8.               lazyLoad: 'ondemand',
  9.             });
  10.         });   

And here is a link for the site <Link>


Anyone can help me?