.thumbnail {
	position: relative;
	z-index: 0;
}

.thumbnail:hover {
	background-color: transparent;
	border:0;
	z-index: 50;
}

.thumbnail span {
	position: absolute;
	left: -1000px;
	visibility: hidden;
	border: 0;
	/*height: 10px;*/
	text-decoration: none;
}

.thumbnail span img {
	border: 0;
}

.thumbnail:hover span {
	visibility: visible;
	top: -100px;
	left: 90px;			/* horizontal offset */
	cursor:pointer;
}


/*---------------------/
        EXTRA         /
--------------------*/

.thumbnail b {
	position: absolute;
	left: -1000px;
	visibility: hidden;
	border: 0;
	/*height: 10px;*/
	text-decoration: none;
}

.thumbnail b img {
	border: 0;
}

.thumbnail:hover b {
	visibility: visible;
	top: -350px;
	left: 150px;		/* horizontal offset */
	cursor:pointer;
}