﻿
.frameContainer .frameItems, .frameContainer .frameItemsTree {
    margin-right: 10px;
    margin-left: 320px;
    min-width: 400px;
    float: none;
}


.displayRow span.src, .tableHeader span.src, .displayRow div.row img, .displayRow div.row .fileIcon {
  display: none;
}


.displayPreview div.row {
  float: left;
  margin: 5px;
  padding: 5px;
  /*width: 90px;*/
  clear: none;
  /*height: 90px;*/
}

.displayPreview div.row span {
  display: none;
}
.displayPreview img{
     display: block;
     /*width:100%;*/
  max-width: 150px;
  max-height: 90px;
}

.displayPreview div.row .fileIcon {
    display: block;
}


.frameItemsTree .itemsBody {
    top: 0px;
}