 #thumbwrap 
 {
	position:relative;
}
.thumb span 
{ 
	position:absolute;
	visibility:hidden;
}
.thumb:hover, .thumb:hover span 
{ 
	visibility:visible;
	top:50px;
	left:50px; 
	z-index:1;
}