$(function(){
	
	$('#container-trans').mobilyslider({
		content: '#about-trans',
		children: 'div',
		transition: 'horizontal',
		animationSpeed: 500,
		autoplay: true,
		autoplaySpeed: 6000,
		pauseOnHover: false,
		bullets: false,
		arrows: false,
		arrowsHide: false,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});

