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