div.gal
{
	background-color: #FFF;
	margin: 20px auto 20px auto;
	width: 520px;
}
div.gal img
{
	height: 60px;
	margin: 0;
	padding: 0;
	width: 70px;
}
.thumbnail
{
	position: relative;
	z-index: 0;
}
.thumbnail:hover
{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span
{
	background-color: #FFF;
	border: 1px solid #bfbfbf;
	color: #bfbfbf;
	color: black;
	font-family: Verdana, Arial;
	font-size: 8.5px;
	left: -1000px;
	padding: 4px;
	position: absolute;
	text-decoration: none;
	visibility: hidden;
}
.thumbnail span img
{
	border-width: 0;
	height: 116px;
	padding: 2px;
	width: 150px;
}
.thumbnail:hover span
{
	left: 35px;
	top: -20px;
	visibility: visible;
}