 
    jQuery(document).ready(function(){
          jQuery("a.explanation_tooltip").tooltip({
          offset: [-5, 0]
          
  }).dynamic({ bottom: { direction: 'down',bounce:true } });
});



