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