var $j = jQuery.noConflict();

$j(function(){
	$j('#content ol.pointList > li').corner("7px bottom");
});

