a.info{
position:relative;
z-index:24;
color:#454545;
	font: normal 11px/16px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.info:hover {
z-index:25;
text-align: justify;
}

a.info span{
display: none;
font-weight: normal;
font-style: normal;
text-align: justify;
}

a.info:hover span{
display:block;
position:absolute;
width: 176px;
background-color: #dceafa;
color: #454545;
z-index: 50;
font-weight: normal;
font-style: normal;
padding: 10px;
border: 1px solid #cccccc;
	bottom: 10.5em;
}

