$(document).ready(function(){

	$(".scrolltop").bind("click", function(){
		$.scrollTo("#header", 300);
	});

});
