$('.subtabs-controls a').qtip({
   show: 'mouseover',
   hide: 'mouseout',
   style: { 
     'font-weight': 'bold', 
     'color': '#135181',
     border: { radius: 5, width: 0, color: '#68A7C2' },
     tip: { corner: 'bottomMiddle' }
   },
   position: {
    corner: {
      tooltip: 'bottomMiddle',
      target: 'topMiddle'
    },
    adjust: { y: -5 }
   }
});
