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