a.tooltip {
	display:inline;
	cursor:pointer;
}


.tipsy {
	opacity:.8;
	filter:alpha(opacity=80);
	padding:5px;
	margin:0;
	display:block;
}

.tipsy-inner {
	padding:5px;
	max-width:200px;
	min-width:100px;
	font:11px 'Lucida Grande', sans-serif;
	font-weight:bold;
	background-color:#000;
	color:white;
	text-align:center;
	border-radius:5px;
	border:1px solid black;
	margin:0 10px 0 0;	
	
}


.tipsy-north {
	background-image:url(../img/tipsy-north.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
.tipsy-south {
	background-image:url(../img/tipsy-south.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.tipsy-east {
	background-image:url(../img/tipsy-east.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
.tipsy-west {
	background-image:url(../img/tipsy-west.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
