$(document).ready(function() {	
	$('#subfeatures li a[title]').qtip({
		show: 'mouseover',
		hide: 'mouseout',
		position: {
		   target: 'mouse',
		   adjust: { x: -90, y: 15 }
		},
		show: { delay: 0 },
		style: { 
			width: 180,
			padding: 2,
			background: '#434240',
			color: '#f2efe8',
			textAlign: 'center',
			border: {
				width: 5,
				radius: 5,
				color: '#434240'
			},
			name: 'dark'
		}			
	})
});
