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

