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

	});
	
});

