$(document).ready(function() {

	$('.scroll').click(function(){
		$.scrollTo( $($(this).attr('href')), 500);
		return false;
	});
});
