.container {
position: relative;
font-size: 0.8em;
text-align: center;
}
.thumbnail img {
border: 1px solid black;
margin: 0 0 0 0;
}
.thumbnail:hover {
background-color: transparent;
}
.thumbnail:hover img {
border: 1px solid black;
}
.thumbnail span {
position: absolute;
background-color: #FCF8DC;
padding: 5px;
top: 0px;
left: -900px;
border: 1px dashed black;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img {
border: 0;
padding: 2px;
}
.thumbnail:hover span {
visibility: visible;
top: 0px;
left: -900px;
z-index: 50;
}
span#t1 {
top: -10px;
}
span#t2 {
top: -97px;
}
span#t3 {
top: -184px;
}
span#t4 {
top: -271px;
}
span#t5 {
top: -358px;
}
