$(document).ready(function (){
	$(".routePoint img[title]").qtip({
		content: {
			text: false
		},
		position: {
			corner: {
				target: 'topMiddle',
				tooltip: 'bottomLeft'
			}
		},
		style: { 
			padding: 5,
			border: {
         		width: 7,
         		radius: 5
      		},
			tip: 'bottomLeft',
			name: 'cream'
		}
	});
});
