$(document).ready(function() {
	$('#footer-navi li:first-child').addClass('firstChild');
});

