.tipsy { 
	padding: 5px;
	margin: 3px 0;
	font-size: 11px; 
	opacity: 0.8; 
	filter: alpha(opacity=80); 
	background-repeat: no-repeat;
}
.tipsy-inner { 
  	padding: 0px 4px; 
  	background-color: black; 
  	color: white; 
  	max-width: 200px; 
  	text-align: center; 
 	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	line-height: 16px;
  }
.tipsy-north { background-image: url(/wp/wp-content/themes/websavers/images/tipsy-north.gif); background-position: top center; }
.tipsy-south { background-image: url(/wp/wp-content/themes/websavers/images/tipsy-south.gif); background-position: bottom center; }
.tipsy-east { background-image: url(/wp/wp-content/themes/websavers/images/tipsy-east.gif); background-position: right center; }
.tipsy-west { background-image: url(/wp/wp-content/themes/websavers/images/tipsy-west.gif); background-position: left center; }
