$(document).ready(function() {
//Products
  $('div.catalog').cluetip({
      attribute: 'rel',
      width : 250
  });

// News archive
  $('a.news').cluetip({
      sticky: true,
      closePosition: 'title',
      width : 350,
      hoverClass: 'highlight',
      closeText: 'Закрыть',
      positionBy: 'bottomTop'
  });
})
