$(document).ready(function(){ 
						   
	jQuery(function( $ ){

		$.localScroll({
			 duration:1000,
			 hash:false,
			 offset: {top:-100},
			 onBefore:function( e, anchor, $target ){
			 },
			 onAfter:function( anchor, settings ){
			 }
		 });
		
	});
	$(".jmorph").jmorphGallery();
	
});