$(document).ready(function() {
	$('.hide-athletes').click(function() {
	    $('#more-athletes').fadeOut(700);
	    return false;
	});
});
