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

