 $(".grid_3 .sizes li a").qtip({
   content: 'Add to Cart',
	 style: {width: 112,background: '#80A541',color: '#FFFFFF',border: { width: 5,radius: 5,color: '#80A541'},tip: 'topMiddle'},
   position: {corner: {target: 'bottomMiddle',tooltip: 'topMiddle'}},
   show: { effect: { length: 20 } }
 });
$("#logo").qtip({
   content: 'Home',
	 style: {width: 72,background: '#80A541',color: '#FFFFFF',border: { width: 5,radius: 5,color: '#80A541'},tip: 'rightTop'},
   position: {corner: {target: 'leftMiddle',tooltip: 'rightMiddle'}, adjust: { x: 25, y: -50 }},
   show: { effect: { length: 20 } }
 });