jQuery().ready(function(){
	$(".part-list li:odd").css("background", "#eee");
});
