jQuery(document).ready(function() {
	jQuery('a.add_to_basket_link').cluetip(
	{
	  local:   true, 
	  width:    '200px', 
	  showTitle:   false, 
	  dropShadow:  false,
	  positionBy:     'fixed',
	  topOffset:      19,
	  leftOffset:     0,
	  sticky:         true,
      titleAttribute: '',
	  closePosition:  'title',
	  mouseOutClose:  true,
	  activation:     'hoover'

	});
});
