UL.gallery, UL.largegallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

UL.gallery LI, UL.largegallery LI {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  margin: 5px;
  height: 136px;
  width: 136px;
  text-align: center;
  border: 1px solid #EEE;
}


UL.largegallery LI {
  height: 170px;
  width: 236px;
}

UL.gallery LI DIV.icon, UL.largegallery LI DIV.icon {
  height: 120px;
  line-height: 120px;
  width: 136px;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  margin: 0;
  padding: 0;
  margin-top: 5px;
  margin-bottom: 5px;
}

UL.largegallery LI DIV.icon {
  line-height: 150px;
  height: 150px;
  width: 236px;
}


UL.gallery LI DIV.filename, UL.largegallery DIV.filename {
  font-size: 9px;
  background-color: #DDD;
  height: 16px;
  line-height: 16px;
}

UL.gallery LI DIV.icon IMG {
  border: 0;
  display: inline;
}

UL.documents {
  clear: both;
  display: block;
  width: 285px;
  list-style: none;
  padding: 0; 
  margin: 5px;
  margin-top: 10px;
  border: 1px solid #EEE;
}

UL.documents LI {
  margin: 3px;
}

UL.documents LI A:hover {
  background-color: #DDD;
  display: block;
}

