.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat;  background-image: url(../../images/tip.png);}
.tipsy-inner { padding: 4px 8px; max-width: 200px; text-align: center; background-color: #282828; color: #FFFFFF !important; display: block; font-size: 11px; line-height: 14px;}
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
