// default
$.fn.qtip.styles.main = { // Last part is the name of the style
   background: '#FFFFFF',
   color: '#47576B',
   border: {
	  width: 4,
	  radius: 5,
	  color: '#9BCD65'
   },
   tip: 'topLeft',
   name: 'dark' // Inherit the rest of the attributes from the preset dark style
}
