.gallerycontainer
{
	position: relative;
}

.thumbnail img
{
	margin: 0 5px 5px 0;
	
}

.thumbnail:hover
{
	background-color: transparent;
	text-decoration:none;
	font-weight:bold;
}


.thumbnail span
{ 
	position: absolute;
	background:#fff;
	padding: 5px;
	left: -2000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width:300px;
}

.thumbnail span img
{ 
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ 
	visibility: visible;
	top: 0;
	left: 500px;
	top:370px; 
	
}


