$(document).ready(function() {
	$(".mdc[title]").tooltip({
		tip: '.tooltip',
		effect: 'fade',
		fadeOutSpeed: 100,
		predelay: 100,
		position: "bottom center",		
		offset: [10, 0]
	});
	$(".ntz[title]").tooltip({
		tip: '.tooltip2',
		effect: 'fade',
		fadeOutSpeed: 100,
		predelay: 100,
		position: "bottom center",		
		offset: [10, 0]
	});
	$(".dvc[title]").tooltip({
		tip: '.tooltip3',
		effect: 'fade',
		fadeOutSpeed: 100,
		predelay: 100,
		position: "bottom center",		
		offset: [10, 0]
	});
});
