(function ($) {
	$(document).ready(function () {
		$('.tooltip').tooltip({ yoffset: -15,xoffset: 5,animationSpeed:100  /*, openOn:"mouseover", closeOn:"mouseout"*/});
	});
})(jQuery);

