$(function(){		$('.slider').mobilyslider({		content: '.sliderContent',		children: 'div',		orientation: 'horizontal',		animationSpeed: 200,		autoplay: true,		autoplaySpeed: 6000,		pauseOnHover: false,		bullets: true,		arrows: true,		prev: 'prev',		next: 'next',		animationStart: function(){},		animationComplete: function(){}	});	});
