.tipsy { padding: 5px; font-size: 10px; /* opacity: 0.9; filter: alpha(opacity=90); */ background-repeat: no-repeat;  background-image: url(../images/tipsy.gif); }

.tipsy-inner { box-shadow: 0px 0px 8px #222222; padding: 15px 5px 0px 3px; border: 1px solid black; background-color: #ffffff; /* width: 400px; */ max-width: 350px; /* text-align: center; */ }
.tipsy-inner { -webkit-border-radius: 5px; border-radius: 5px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
