/* CSS rules */
a{
 color:#666666;
}
a:hover{
 color:#CC0000;
}
div.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 1;
   display: none;
   float:left;
}

.tooltip img{
   width:50px;
   border:0px;
}