jQuery(function($){
	$('.pagetop').click(function(){
		$.scrollTo($('#wrapper'),{speed:800,axis:'y', queue:true} );
		return false;
	});
});
