$(document).ready(function(){
	$('#gNav').scrollFollow({
		//container: 'wrapper',
		speed: 500,
		offset: 100,
		easing: 'easeInOutExpo',
	});
});

