DIV#divHotspotThumbGroup {
	position: absolute;
}

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

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

