@import "main.css";

.gallerycontainer		{ position: relative;}
.thumbnail:hover		{ background-color: transparent;}
.thumbnail img			{ align: center; background-color: transparent;}
.thumbnail span			{ position: absolute; left: 22%; top: 10%; z-index: 5; padding: 2px; visibility: hidden; text-decoration: none; }
.thumbnail span img		{ border-width: 0;}
.thumbnail:hover span		{ visibility: visible; z-index: 50;}