
$(document).ready(function() {

  $('a.mytip').cluetip({ 
    positionBy: 'bottomTop',
    width: 322,
    topOffset: 5,
    offsetTopShadow: 25,
    offsetLeftShadow: 4,
    splitBottomShadow: 25,
    dropShadowSteps: 10,
    dropShadowMonoColor: '#CACACA',
    showTitle: false,
    alwaysLeft: true,
    sticky: true,
    closePosition: 'title',
    mouseOutClose: true
   
   });
});




