  .tipsy { padding: 3px; font-size: 10px; opacity: 0.4; filter: alpha(opacity=80); background-repeat: no-repeat; }
  .tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; padding: 2px 2px; background-color: #333; color: white; max-width: 200px; text-align: center; }
  .tipsy-north { background-image: url(../img/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(../img/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(../img/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(../img/tipsy-west.gif); background-position: left center; }

