$(function() {
      $('.aciklamalar').tooltip({ 
      	track: true, 
	    delay: 0, 
	    showURL: false,
	    showBody: " - ",
	    fixPNG: true, 
	    left: 12,
	    top: -25
    	});
     });