$('a.project').qtip({
   content: 'Submit your Wish List and get started today!',
   show: 'mouseover',
   hide: 'mouseout',
   position: {
      corner: {
         target: 'bottomRight',
         tooltip: 'topMiddle'
   }
   },
   style: {
      width: 285,
	  background: '#c4d197',
	  color: '#2b2017',
      textAlign: 'center',
      border: {
         width: 1,
         radius: 3,
         color: '#8f9d3a'
		 } ,
      name: 'cream', // Inherit from preset style
   },
})

