/* styles */
body {
  background-color: #000000;
}

.viewer-div {
    bottom: 0;
    left: 100px;
    right: 0;
    top: 0;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
}

.viewer-div img {
  max-height: 100%;
  max-width: 100%;
}

.static-viewer {
    width: 110px;
    float:left;
    color:#FFF;
    border: 1px solid #CCCCCC;
    position: absolute;
    z-index: 2;
    opacity: .3;
}

.static-viewer:hover {
    opacity: 1;
}

.thumbnail-highlight {
  border: 1px solid #CCCCFF;
}

#big-thumbnail {
  position: absolute;
  border: 1px solid #000000;
  margin-left: 110px;
}
