$(function() {
$('#set1 *').tooltip();

$('.tip').tooltip({
	track: true,
	delay: 0,
	showURL: false,
	showBody: " - ",
	extraClass: "tip",
	fixPNG: true,
	left: -120
});
});