$.fn.qtip.styles.tipRight = {
	name: 'dark',
	textAlign: 'center',
	border: {
		width: 3,
		radius: 5
	},
	tip: {
		corner: 'bottomLeft',
		size: {
			x: 7,
			y: 7
		}
	}
}
$.fn.qtip.styles.tipLeft = {
	name: 'dark',
	textAlign: 'center',
	border: {
		width: 3,
		radius: 5
	},
	tip: {
		corner: 'bottomRight',
		size: {
			x: 7,
			y: 7
		}
	}
}