DIV#divHotspotThumbGroup {
	position: relative;
	visibility: visible;
  z-index: 99;
}

DIV.divHotspot {
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 0pt;
  cursor: hand;
  cursor: pointer;
}

DIV.divHotspotThumb {
  position: absolute;
  width: 20px;
  height: 20px;
  font-size: 0pt;
  z-index: 15;
}
DIV.divHotspot A {
  float: left;
  width: 12px;
  height: 21px;
  font-size: 0pt;
  text-decoration: none;
}

