#obliqueBTN {
  position: absolute;
  bottom: 105px;
  right: 25px;
  z-index: 10;
}

#panoBTN {
  position: absolute;
  bottom: 80px;
  right: 75px;
  z-index: 10;
}

#extentBTN {
  position: absolute;
  bottom: 35px;
  right: 110px;
  z-index: 10;
}

#zoomInBTN {
  position: absolute;
  bottom: 130px;
  left: 15px;
  z-index: 10;
}

#zoomOutBTN {
  position: absolute;
  bottom: 85px;
  left: 15px;
  z-index: 10;
}

#tDOutBTN {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 10;
}



.closebtnpano {
  text-decoration: none;
  color: #b6b6b6;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 28px;
  z-index: 100;
}

.closebtnpano:hover {
  color: #5f5f5f;
  transition: 0.3s;
}



.annotation-action-icon {
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  padding: 0 5px 0 5px;
}

.annotation-action-icon:hover {
  transform: translateY(5px);
}


.button-icon {
  cursor: pointer;
}

.button-icon:hover {
  transform: translateY(5px);
}



/* Position and style the close button (top right corner) */
.closebtnnorimage {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 36px;
  margin-left: 50px;
}


/* The navigation menu links */
.closebtnnorimage {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #b6b6b6;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.closebtnnorimage:hover {
  color: #f1f1f1;
}