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

});



