function scrollPage(position)
{
	$('html, body').animate({
		scrollTop: position
	}, 700);
}
