$(function(){
	
	$('.slider').mobilyslider({
		content: '.sliderContent',
		transition: 'fade',
		animationSpeed: 2000,
		autoplay: true,
		autoplaySpeed: 12000,
		pauseOnHover: true,
		bullets: true
	});
	
});

