/* --- Map behavior bindings, DO NOT EDIT --> */
DIV#divMapBehavior {
  display: none;
  behavior: url(map-handler.htc);
  -moz-binding: url(moz-behaviors.xml#map-handler.htc);
}
DIV#divDragContainer {
  position: relative;
  border: 0px !important;
  background-color: #FCFCFC;
  overflow: hidden;
}
DIV#divDrag {
  position: absolute;
  cursor: move;

  behavior: url(map-drag-box.htc);
  -moz-binding: url(moz-behaviors.xml#map-drag-box.htc);
}

DIV#divThumbContainer {
  position: relative;
  border: 0px !important;
  background-color: #FCFCFC;
  overflow: hidden;
  z-index: 5;
}
DIV#divThumb {
  position: absolute;
  cursor: move;
  font-size: 0pt;
  z-index: 90;

  behavior: url(map-drag-box.htc);
  -moz-binding: url(moz-behaviors.xml#map-drag-box.htc);
}
/* <-- Map behavior bindings, DO NOT EDIT --- */
