	$(document).ready(function() {
	
	/* Smooth Scroll init Begin */
		$('a.scroll').smoothScroll({
          easing: 'swing',
  		  speed: 600
		});
	});




$(function(){
	
	$('.slider').mobilyslider({
		content: '.sliderContent',
		children: 'div',
		transition: 'horizontal',
		animationSpeed: 1000,
		autoplay: true,
		autoplaySpeed: 5000,
		pauseOnHover: false,
		bullets: false,
		arrows: true,
		arrowsHide: true,
		prev: 'prev',
		next: 'next',
		animationStart: function(){},
		animationComplete: function(){}
	});
	
});



