$(function () {
    $('li.bpc-points[title]').qtip({
        position: {
            my: "bottom center",
            at: "top center"
        },			
		style: {
      		classes: 'ui-tooltip-blue'
   		}
    });
});


