diff --git a/index.html b/index.html
index b576142..beca869 100644
--- a/index.html
+++ b/index.html
@@ -15,6 +15,17 @@ html
margin-left: auto;
margin-right: auto;
}
+.thumb
+{
+ position: absolute;
+ display: inline-block;
+ visibility: hidden;
+ width: 100px;
+}
+td:hover .thumb
+{
+ visibility: visible;
+}