.tipsy { padding-bottom: 1px; font-size: 8px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; z-index: 1; border-style:solid; border-width:1px; border-color:grey; }
.tipsy-inner { min-width:100px; padding: 1px 1px; background-color: white; color: black; max-width: 200px; font-family: Arial; text-align:right; }
.tipsy-collection { background-color: white; color: grey; text-transform:uppercase; max-width: 200px;  text-align: left; font-family: Arial; display:block; font-size:smaller; }
.tipsy-inner-title {color: #b70013; font-weight: bold; font-size: 11px; text-transform:uppercase; text-align:right; display:block; }
.tipsy-south { background-image: url(../images/tipsy-south.gif); background-position: bottom center; }
.tipsy-north { background-image: url(../images/tipsy-north.gif); background-position: top center; }
.tipsy-east { background-image: url(../images/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(../images/tipsy-west.gif); background-position: left center; }