.item{
  position:relative;
  display:inline-block;
  text-decoration:none;
}

.item img{
  border:none
}

.item .tooltip{
  color: #000000;
  text-decoration:none;
  background: url(../images/tooltip.png) center no-repeat;
  display:none;
  text-align:center;
  padding-top:90px;
  position:absolute;
  width:138px;
  height:93px;
  top:-85px;
  right:-10px
}
.item .tooltip h4 {
font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;
}
.item .tooltip h5 {
font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; font-style:italic; margin: -18px 0 0 0; font-weight:normal;
}

.item:hover .tooltip {
  display:inline-block
}
