$(function(){ $('.slider.slider-container').mobilyslider({ content: '.sliderContent', children: 'div', transition: 'fade', animationSpeed: 500, autoplay: true, autoplaySpeed: 6000, pauseOnHover: false, bullets: false, arrows: true, arrowsHide: false, prev: 'prev', next: 'next', animationStart: function(){}, animationComplete: function(){} }); });