#jlcfocus1 {
	position:absolute;
	width:261px;
	height:34px;
	z-index:1002;
	left: 613px;
	top: 260px;  
}
#jlcfocus2 {
	position:absolute;
	width:167px;
	height:23px;
	z-index:1;
	left: 140px;
	top: 9px;
}
.jlcfocusstyle1 {
	color: #660000;
	font-weight: bold;
	font-size: 22px;

}

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

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

.thumbnail span{ 
position: absolute;
background-color: lightyellow;
padding: 10px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

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

.thumbnail:hover span{ 
visibility: visible;
position: absolute;
left: 75px;
top: -200px;
} 
