.tipsy { padding: 5px 10px 10px 10px; font-size: 100%; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; }
.tipsy-inner { padding: 4px 5px; background-color: black; color: white; max-width: 200px; text-align: left; }
.tipsy-north {
	background-image: url(../img/tipsy.gif);
	background-position: center top;
}
.tipsy-south {
	background-image: url(../img/tipsy.gif);
	background-position: center bottom;
}
.tipsy-east {
	background-image: url(../img/tipsy.gif);
	background-position: right center;
}
.tipsy-west {
	background-image: url(../img/tipsy.gif);
	background-position: left center;
}
