$(document).ready(function() {
  $('img[usemap]').maphilight({alwaysOn: false});
// Rounded Corner theme
  $('ol.rounded a:eq(0)').cluetip({arrows: true, sticky: true, splitTitle: '|', cluetipClass: 'rounded', showTitle: true});
  $('ol.rounded a:eq(1)').cluetip({cluetipClass: 'rounded', dropShadow: false, showTitle: true, positionBy: 'mouse'});

  $('area.rounded').cluetip({sticky: true, activation: 'click', cluetipClass: 'rounded', width: '650', showTitle: true, closePosition: 'title', closeText: '<img src="img/cross.png" alt="закрыть" title="закрыть" width="16" height="16" />'});
  
  $('ol.rounded a:eq(3)').cluetip({cluetipClass: 'rounded', dropShadow: false, sticky: true, ajaxCache: false});
  $('ol.rounded a:eq(4)').cluetip({cluetipClass: 'rounded', dropShadow: false});
  $("area.rounded").tooltip({ positionLeft: true});
});
