.tipsy {
    padding: 5px;
    font: 11px tahoma;
    letter-spacing: 1px;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-filter: "alpha(opacity=80)"; /* IE 8 */
    filter: alpha(opacity=80); /* IE < 8 */
    background-repeat: no-repeat;
    background-image: url(../images/tipsy/arrows.gif);
	/*
    background-image: url(../images/tipsy/arrows-blue.gif);
    background-image: url(../images/tipsy/arrows-green.gif);
	*/
}
.tipsy-inner {
    padding: 5px 8px;
    background-color: #000;
	/*
    background-color: #01A0FF;
    background-color: #54B801;
	*/
    color: #fff;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-north {
    background-position: top center;
}
.tipsy-south {
    background-position: bottom center;
}
.tipsy-east {
    background-position: right center;
}
.tipsy-west {
    background-position: left center;
}