$(document).ready(function(){

$('.posnota').qtip({

   style: { name: 'cream', tip: true }

});

});
