/* URL: http://onehackoranother.com/projects/jquery/tipsy/ */
.tipsy { background-repeat:no-repeat; filter:alpha(opacity=80); font-size:12px; line-height:15px; opacity:0.9; padding:5px; max-width: 190px; }
	.tipsy-inner { -moz-border-radius:5px; -webkit-border-radius:5px; background-color:#000; border:1px solid #000; color:#fff; padding:5px; text-align:center; }
		.tipsy-north { background-image:url(img/tipsy-north.gif);	background-position:top center;	}
		.tipsy-south { background-image:url(img/tipsy-south.gif);	background-position:bottom center; }
		.tipsy-east  { background-image:url(img/tipsy-east.gif);		background-position:right center; }
		.tipsy-west  { background-image:url(img/tipsy-west.gif);		background-position:left center; }
