$(function(){
	
	$('.slider').mobilyslider({
		transition: 'fade',
    animationSpeed: 800,
	autoplay: true,
	autoplaySpeed: 5000,
    bullets: true,
    arrowsHide: false
	});
	
});

