$(function(){
	
	$('#cg-module').mobilyslider({
		content: '.cg-module-list',
		children: 'li',
		transition: 'fade',
		animationSpeed: 700,
		autoplay: true,
		autoplaySpeed: 17000,
		pauseOnHover: false,
		bullets: true,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});

$(function(){
	
	$('#tg-module').mobilyslider({
		content: '.tg-module-list',
		children: 'li',
		transition: 'fade',
		animationSpeed: 700,
		autoplay: false,
		autoplaySpeed: 9000,
		pauseOnHover: false,
		bullets: true,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});


$(function(){
	
	$('#tg-moduler').mobilyslider({
		content: '.tg-moduler-list',
		children: 'li',
		transition: 'fade',
		animationSpeed: 700,
		autoplay: false,
		autoplaySpeed: 9000,
		pauseOnHover: false,
		bullets: true,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});

