$(document).ready(function() {
	$('a[title]').qtip({
		content: { text: false },
		position:{
			corner:{
				target:'bottomMiddle',
				tooltip:'topRight'
			}
		},
		style:{
			background:'#ffffff',
			color:'#005164',
			border:{
				radius:4,
				color:'#810954'
			},
			tip:'topRight',
			name:'light'
		}
	});
});
