$(function(){ $('.mainimg').mobilyslider({ content: '.mimg', children: 'li', transition: 'horizontal', animationSpeed: 200, autoplay: true, autoplaySpeed: 3000, pauseOnHover: true, bullets: true, arrows: true, arrowsHide: true, prev: 'prev', next: 'next', animationStart: function(){}, animationComplete: function(){} }); });