$('a[title]').qtip({
	style: {
		name: 'blue', tip: true,
		textAlign: 'center'
	},
	position: { corner: {
		target: 'bottomMiddle',
		tooltip: 'topMiddle'
	} }
})