$(function(){
    $(".show_tooltip").tooltip({
        offset: [-60, -400],
        effect: 'slide',
        tip: '#tooltip'
    });
});
