jQuery(document).ready(function($){
	jQuery(".buy-popup").attr("title","");
	jQuery(".buy-popup").tooltip({ 
	    position: ['bottom', 'right'], 
	    offset: [-70, -15],
	    opacity: 1
	});
});