var popup_settings = {
	show: 'mouseover',
	hide: 'mouseout',
	position: {
		corner: {
			target: 'topRight',
			tooltip: 'bottomLeft'
		},
		adjust: { screen: true }
	},
	style: { 
		padding: 5,
		background: '#FFFFDF',
		color: 'black',
		textAlign: 'center',
		border: {
			width: 2,
			radius: 2,
			color: '#333'
		},
		tip: 'bottomLeft',
		name: 'dark' // Inherit the rest of the attributes from the preset dark style
	}		
};
$(element).qtip(popup_settings);