<style type="text/css">

.gallerycontainer{
position: relative;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{
position: absolute;
background-color: #cccccc;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  color: #666666;
  text-decoration: none;
}

.thumbnail span img{
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{
visibility: visible;
top: 20;
left: 230px;
z-index: 50;
}

</style>

