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

