.thumbnail
{
  position: relative;
  color: #000000;
  text-decoration: none;
}

.thumbnail img
{
  border:0;
  margin:0;
  padding:0;
  width:91px;
  height:109px;
}

.thumbnail:hover
{
  background-color: transparent;
  text-decoration: underline overline;
}

.thumbnail span
{
  position: absolute;
  padding:0;
  margin:0;
  left: 20px;
  top: -134px;
  visibility: hidden;
}

.thumbnail:hover span
{
  visibility: visible;
}
