$(document).ready(function() {

 $("#callout ul li:last-child").addClass("last");
 $("#callout ul li:first-child").addClass("first");
 
});
