DIV#divPg {
	position: relative;
	border: 1px solid black;
	overflow: hidden;
	/*visibility: hidden;*/

}
DIV#divWait {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 300px;
  text-align: center;
  font-size: 11px;
}
IMG#imgPg {
  position: relative;
  left: 0px;
  top: 0px;
}
DIV#divThumb {
	position: relative;
	border: 1px solid black;
	cursor: hand;


}
DIV#divPointer {
  position: absolute;
  border: 2px solid #000958; /* #97DC03 */
  padding: 1px;
  left: 0px;
  top: 0px;
  width: 126px;  /* 279 (size_small) / 1672 (size_big) * 750 (size_panning) */
  height: 27px; /* 50 (size_small) / 300 (size_big) * 160 (size_panning) */
  visibility: visible;
  font-size: 1px;
}
DIV#divPointerTrans {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: white;
  filter: alpha(opacity=50,enabled=1);
}
