.legendax {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
	font: 11px Verdana, Georgia, Arial, Helvetica, sans-serif;
}
.legendax a {
	text-decoration: none;
	float: left;
}
.legendax a:hover {
	cursor: pointer;
}

.legendax a .desc {	display: none; }

.legendax a:hover .desc{ /*  descrição */
	display: block;
	font-size: 1.1em;
	text-align: left;
	background: #111;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #fff;
	position: absolute;
	bottom: 2px;
	left: 0px;
	padding: 10px;
	margin: 0;
	/* width: 807px; -- 566 --*/
	height: 30px;
	border-top: 0px solid #999;
}
.legendax a:hover .desc strong {
	display: block;
	margin-bottom: 0px;
	font-size:1.1em;
}