#explorer {
  position: absolute;
  top: 70px;
  bottom: 40px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  width: 100%;
}

#explorer_header_container {
  display: none;
}

#explorer_body_container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  overflow-y: scroll;
}


.explorer_item {
  display: table-row;
  float: left;
  width: 120px;
  height: 100px;
  text-align: center;
}

.explorer_item_hover {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #70c0e7;
  background-color: #e5f3fb;
}

.explorer_item_select {
  outline-style: solid;
  outline-width: 1px;
  outline-color: #66a7e8;
  background-color: #d1e8ff;
}


.item_thumb {
  display: table-cell;
  padding: 2px;
  width: 116px;
  height: 76px;
  vertical-align: middle;
}

.item_numbering {
  display: none;
}

.item_thumb img {
  max-width: 116px;
  max-height: 76px;
}

.item_icon {
  display: none;
}

.item_name {
  display: block;
  margin: 0 4px;
  height: 20px;
  overflow: hidden;
}

.item_size {
  display: none;
}

.item_date_modified {
  display: none;
}