
.imageViewer {
  position:relative !important;
  top:0;
  left:0;
  width:703px;
  height:500px;
  background-image:url('../tiles/loading.gif');
}

.imageViewer .well, .imageViewer .surface {
  margin:0;
  padding:0;
  width:100%;
  height:100%;
  position:absolute !important;
  top:0px;
  left:0px;
  cursor:move;
}

.imageViewer .well {
  background-image:url('../tiles/loading.gif');
  overflow:hidden;
}

.imageViewer .surface {
  background-color: transparent;
  background-repeat: no-repeat;
  background-image:url('tiles/none.gif');
  background-position: center center;
}

.imageViewer .well .tile {
  border:0;
  margin:0;
  padding:0;
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  background:url('../tiles/loading.gif') 0 0 repeat;
}
    
.imageViewer .status {
  display:none !important;
}
    
.imageViewer .zoom {
  position:absolute;
  top:474px;
  left:653px;
  width:48px;
  height:20px;
  margin:0;
  padding:0 0 0 4px;
  font-size:20px;
  line-height:20px;
  font-weight:normal;
}

  .imageViewer .zoom a {
    display:block;
    float:left;
    width:18px;
    background-color:#0d0d0d;
    text-align:center;
    text-decoration:none;
    color:#fff;
    font-weight:normal !important;
    margin:0 5px 0 0;
    border:0 !important;
  }
