a.over, a.over:link, a.over:visited, a.over:active {
position: relative;
text-decoration: none;
}

a.over:hover {
z-index:1;
background: transparent;
}

a.over span {
display: none;
text-decoration: none;
}

a.over:hover span {
z-index:1000;
display: block;
position: absolute;
bottom: 0px;
left: 510px;
padding: 0px;
margin: 0px;
background: transparent;
}


#p0 {
    position: absolute;
    top: 65px;
    left: 5px;
    z-index: 100;
}


#p1 {
    position: absolute;
    top: 40px;
    left: 150px;
    z-index: 100;
}

#p2 {
    position: absolute;
    top: 150px;
    left: 226px;
    z-index: 100;
}


#p3 {
    position: absolute;
    top: 143px;
    left: 289px;
    z-index: 100;
}


#p4 {
    position: absolute;
    top: 235px;
    left: 296px;
    z-index: 100;
}