a.product{
    position:relative;
    z-index:24;
    color:black;
    text-decoration:none;
}
a.product span{ display: none; cursor:pointer}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.product:hover{ z-index:25; background:white;}
a.product:hover span.tooltip{
margin-top:-170px;
margin-left:-20px;

background:white;
    display:block;
    border:solid 1px black;
    position:absolute;
    top:0px; left:0px;
	padding: 20px;
    text-align: center;

}
