img, a {
  border: none;
  text-decoration: none;
  outline: 0;
}

*:focus {
  outline: 0;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.panorama-body {
  font-size: 18px;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
  max-width: 1500px;
  background: white;
  text-align: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.panorama-body canvas {
  margin: auto;
  width: 100% !important;
  height: 100% !important;
}

#panoramaImage {
  display: none;
}

#panorama {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  cursor: move;
                                              
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#panorama:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.top_buttons {
  position: absolute;
  right: 26px;
  top: 26px;
  font-size: 32px;
  color: white;
  border-radius: 30px;
  padding: 11px 1px 10px 6px;
  width: 99px;
  height: 45px;
}

.zoom_conrol {
  position: absolute;
  right: 30px;
  bottom: 112px;
  font-size: 32px;
  color: white;
}

#zoom_in {
  cursor: pointer;
}

#zoom_out {
  cursor: pointer;
}

.zoom {
  width: 32px;
  padding: 3px;
}

.keys {
  position: absolute;
  right: 26px;
  bottom: 26px;
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  padding: 56px 14px 14px 14px;
  border-radius: 15px;
  width: 113px;
  height: 99px;
}

i.keys {
  cursor: pointer;
}

.keys > i {
  cursor: pointer;
}

.key-icon {
  margin: 5px 14px 5px 14px;
}

.key_down {
  margin-left: -6px;
}

img#right_key {
  left: 50px;
}

img#left_key {
  right: 20px;
}

img#up_key {
  bottom: 5px;
}

img#down_key {
  bottom: -64px;
}

img#elipse_key {
  left: 19px;
  bottom: -25px;
}

.control-key {
  position: absolute;
  bottom: 75px;
  width: 29px;
  right: 72px;
}

.control_keys {
  position: absolute;
  cursor: pointer;
}

i#pButton {
  margin-left: -5px;
  margin-top: -10px;
}