html, body {margin: 0; padding: 0;} 
body {
font-family:Verdana, Arial;
}

.thumbnail:hover {
	BACKGROUND-COLOR: transparent
}

.thumbnail SPAN {
 VISIBILITY: hidden; POSITION: absolute;
}
.thumbnail:hover SPAN {
	Z-INDEX: 50; LEFT: 285px; VISIBILITY: visible; TOP:-64px
}  


