jQuery(document).ready(function(){
  jQuery('div#content_inner div.middle_wrap div.imgbox110 a[title]').qtip({
    position: {
      corner: { target: 'topMiddle', tooltop: 'bottomLeft' }
    },
    style: { 
      padding:5,
      background: '#f7f7f7',
      border: {width:5, radius:5, color: '#fff'}
    }
  });

});