#cameraControls {
  pointer-events: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}

.cameraControlsButton {
  position: relative;
  border: 1px solid #7C7C7C;
  padding: 4px;
  cursor: default;
  text-align: center;
  line-height: normal;
  background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
  background: -webkit-linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
  background: -ms-linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
  background: -o-linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
  background: linear-gradient(top, #cfe7fa 0%, #6393c1 100%);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.cameraControlsButton:hover {
  background: -moz-linear-gradient(top, #bbd3e6 0%, #4f7fad 100%);
  background: -webkit-linear-gradient(top, #bbd3e6 0%, #4f7fad 100%);
  background: -ms-linear-gradient(top, #bbd3e6 0%, #4f7fad 100%);
  background: -o-linear-gradient(top, #bbd3e6 0%, #4f7fad 100%);
  background: linear-gradient(top, #bbd3e6 0%, #4f7fad 100%); }

.cameraControlsButton:active {
  color: white; }

#cameraButton {
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  margin-bottom: 0px; }

#cameraControlPanel {
  position: absolute;
  top: 25px;
  padding: 4px;
  border: 1px solid #7C7C7C;
  border-radius: 0px 4px 4px 4px;
  -moz-border-radius: 0px 4px 4px 4px;
  -o-border-radius: 0px 4px 4px 4px;
  -webkit-border-radius: 0px 4px 4px 4px;
  -ms-border-radius: 0px 4px 4px 4px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0.75); }

.dpadContainer {
  position: relative;
  width: 58px;
  height: 58px;
  margin-bottom: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.dpadIconHolder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background-color: #cfe7fa;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.dpadIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  /* Half the image width */
  margin-top: -8px;
  /* Half the image height */ }

.dpadButton {
  position: absolute;
  font-size: 8pt;
  padding: 2px;
  width: 14px;
  height: 14px; }

.dpadLeftButton {
  top: 50%;
  margin-top: -10px;
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px; }

.dpadRightButton {
  top: 50%;
  margin-top: -10px;
  right: 0;
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px; }

.dpadUpButton {
  left: 50%;
  margin-left: -10px;
  border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px; }

.dpadDownButton {
  left: 50%;
  margin-left: -10px;
  bottom: 0;
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -o-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  -ms-border-radius: 0px 0px 8px 8px; }

#zoomControl {
  position: relative;
  width: 60px;
  height: 22px;
  margin-bottom: 10px; }

.zoomIconHolder {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 18px;
  margin-left: -10px;
  margin-top: -10px;
  border-top: 1px solid #7C7C7C;
  border-bottom: 1px solid #7C7C7C;
  background-color: #cfe7fa; }

#zoomIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  /* Half the image width */
  margin-top: -8px;
  /* Half the image height */ }

.zoomButton {
  position: absolute;
  font-size: 12pt;
  font-weight: bold;
  padding: 2px;
  width: 14px;
  height: 14px;
  /*    position: absolute;
      font-weight: bold;
      font-size: 12pt;
      width: 10px;
      height: 10px;*/
  top: 50%;
  margin-top: -10px; }

#zoomMinusButton {
  border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  -webkit-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px; }

#zoomPlusButton {
  right: 0;
  border-radius: 0px 8px 8px 0px;
  -moz-border-radius: 0px 8px 8px 0px;
  -o-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px 8px 8px 0px;
  -ms-border-radius: 0px 8px 8px 0px; }

#homeButton {
  left: 50%;
  margin-left: -13px;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -o-border-radius: 4px 4px 4px 4px;
  -webkit-border-radius: 4px 4px 4px 4px;
  -ms-border-radius: 4px 4px 4px 4px; }
