$(function(){
	
	$('#panel_slider').mobilyslider({
		content: '.sliderContent',
		children: 'div',
		//transition: 'vertical',
		//transition: 'horizontal',
		transition: 'fade',
		animationSpeed: 1000,
		autoplay: true,
		autoplaySpeed: 6000,
		pauseOnHover: true,
		bullets: false,
		arrows: false,
		arrowsHide: true
	});
	
});

