@charset "UTF-8";

div.edit-marker>div.edit-marker {
  position:fixed;
  z-index:1000;
  display:none;
}

div.edit-marker>div.edit-marker a.button {
  width:157px;
  height:36px;
  display:block;
  background:transparent url(../images/edit_Button_off.png) no-repeat;
}

div.edit-marker>div.edit-marker a:hover {
  background:transparent url(../images/edit_Button_on.png) no-repeat;
  border:none;
}

div.translation-marker>div.translation-marker {
  position:fixed;
  z-index:1000;
  display:none;
}

div.translation-marker>div.translation-marker a.button {
  width:157px;
  height:36px;
  display:block;
  background:transparent url(../images/translation_Button_off.png) no-repeat;
}

div.translation-marker>div.translation-marker a:hover {
  background:transparent url(../images/translation_Button_on.png) no-repeat;
  border:none;
}

