/* @override http://www.beachtennispesaro.it/myfolio/css/tipsy.css */

.tipsy { padding: 5px; font-size: 10px; background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); text-shadow: none; }
  .tipsy-inner { padding: 8px; background-color: #414141; color: white; max-width: 200px; text-align: center; }
  .tipsy-inner { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
  .tipsy-north { background-position: top center; }
  .tipsy-south { background-position: bottom center;  }
  .tipsy-east { background-position: right center; }
  .tipsy-west { background-position: left center; }
