.tipsy {
	padding: 5px; font-size: 10px; position: absolute; z-index: 100000;
}
.tipsy-inner {
	padding: 5px 8px 4px; text-align: center; color: white; max-width: 200px; background-color: black;
}
.tipsy-inner {
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}
.tipsy-arrow {
	background: url("../images/tipsy.gif") no-repeat left top; width: 9px; height: 5px; position: absolute;
}
.tipsy-n .tipsy-arrow {
	left: 50%; top: 0px; margin-left: -4px;
}
.tipsy-nw .tipsy-arrow {
	left: 10px; top: 0px;
}
.tipsy-ne .tipsy-arrow {
	top: 0px; right: 10px;
}
.tipsy-s .tipsy-arrow {
	background-position: left bottom; left: 50%; bottom: 0px; margin-left: -4px;
}
.tipsy-sw .tipsy-arrow {
	background-position: left bottom; left: 10px; bottom: 0px;
}
.tipsy-se .tipsy-arrow {
	background-position: left bottom; right: 10px; bottom: 0px;
}
.tipsy-e .tipsy-arrow {
	background-position: right top; top: 50%; width: 5px; height: 9px; right: 0px; margin-top: -4px;
}
.tipsy-w .tipsy-arrow {
	left: 0px; top: 50%; width: 5px; height: 9px; margin-top: -4px;
}
