$(function() {
   	$('#about-staff img[title]').qtip({ style: { name: 'light', textAlign: 'center', tip: true }, position: { corner: { target: 'topMiddle', tooltip: 'bottomMiddle' }}
  })
});

