// Initialize qTip
$('a.link').qtip({ 
	style: {
		border: { width: 2, radius: 5 },
		tip: true,
		name: 'cream'
	},
	position: {
   	target: 'mouse',
   	adjust: { x: 10, y: 4 }
	},
	show: { effect: { type: 'fade', length: 300 } }
});
