DIV#divHotspotThumbGroup {
  position: relative;
	position: absolute 0px 0px;
	visibility: visible;
}

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

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