<!--

td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
a:hover {  color: #FF0000}
-->
<!--
A {text-decoration:none}
-->

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{
position: absolute;
padding: 5px;
border: 1px solid gold;
visibility: hidden;
background-color: #000066;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0; 

}
