jQuery(document).ready(
	function(){
		 jQuery('#face').scrollFollow({
			offset:50,
			speed:500
		 });

});




