$(function () {

	$('.slider').fadeIn(2000).mobilyslider({
		children: 'a',
		transition: 'fade',
		animationSpeed: 2000,
		autoplay: true,
		autoplaySpeed: 5500,
		pauseOnHover: true,
		bullets: true,
		arrowsHide: true
	});

});

