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