$(function(){
	
	$('.slider').mobilyslider({
		content: '.sliderContent',
		children: 'div',
		transition: 'fade',
		animationSpeed: 500,
		autoplay: false,
		autoplaySpeed: 3000,
		pauseOnHover: true,
		bullets: false,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});
$(function(){
	
	$('.slider2').mobilyslider({
		content: '.sliderContent2',
		children: 'div',
		transition: 'fade',
		animationSpeed: 500,
		autoplay: false,
		autoplaySpeed: 3000,
		pauseOnHover: true,
		bullets: false,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});
/*$(function(){
$('.slider').mobilyslider({
	content: '.sliderContent',
	children: 'div',
    transition: 'fade',
    animationSpeed: 500,
    autoplay: true,
    autoplaySpeed: 3000,
    pauseOnHover: true,
    bullets: false
});
});*/
