.tipsy { padding: 5px; font-size: 11px; opacity: 1; filter: alpha(opacity=100); background-repeat: no-repeat; }
  .tipsy-inner {
	padding: 4px 5px;
	background-color: #000000;
	color: #0099CC;
	max-width: 200px;
	text-align: center;
}
  .tipsy-north { background-image: url(imgs/tipsy-north.gif); background-position: top center; }
  .tipsy-south { background-image: url(imgs/tipsy-south.gif); background-position: bottom center; }
  .tipsy-east { background-image: url(imgs/tipsy-east.gif); background-position: right center; }
  .tipsy-west { background-image: url(imgs/tipsy-west.gif); background-position: left center; }

