/**
* Zoom Button(s)
*/
#envirabox-buttons .btnZoom {
  background-image: none;
  height: 29px;
  /* was 30px */
  text-indent: inherit;
  color: #fff;
  line-height: 1.4;
  border-left: 1px solid #111; }
  #envirabox-buttons .btnZoom.btnZoomOn {
    /* background: rgba(150, 150, 150, 0) -moz-linear-gradient(center top , #444 0%, #343434 50%, #292929 50%, #333 100%) repeat scroll 0 0; */
    color: #666; }
  #envirabox-buttons .btnZoom.btnZoomOff {
    /*background: inherit;*/ }

.zoomContainer {
  /* this container needs to be above the light/envirabox */
  z-index: 990000;
  overflow: hidden; }

.envirabox-inner {
  width: 100%;
  height: 100%; }

.envirabox-image.zoom-fix {
  max-width: 99.8%;
  max-height: 99.8%; }
