ul.pictures {
  list-style-type: none;
  list-style-image: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  margin-left: 4px;
}

ul.pictures li {
  float: left;
  width: 144px;
  height: 118px;
  text-align: center;
  padding: 2px;
  margin: 2px;
  /* c30813 */
  border: 1px solid #CCCCCC;
  background-color: #F0F0F0;
  font-size: 11px;
}

ul.pictures li div {
  display: table-cell;
  vertical-align: middle;
  height: 118px;
  width: 144px;
}
ul.pictures li div img {
  border: 1px solid #CCCCCC;
}
