.vCenter ul {
  float: left;
  padding: 0px;
  margin-right: 10px;
}
.vCenter ul li {
  border: solid 1px #FBAEFF;
  border-collapse: collapse;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 208px;
  height: 208px;
  LIST-STYLE-TYPE: none;
}
.vCenter ul li p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 209px !important;
  width: auto;
  height: 208px !important;
  height: auto;
}
.vCenter ul li p img {
  border: none 0px;
}


.vCenterEdit ul {
  float: left;
  padding: 0px;
  margin-right: 10px;
  margin-top: 15px;
}
.vCenterEdit ul li {
  border: solid 1px #FBAEFF;
  border-collapse: collapse;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
  width: 208px;
  height: 208px;
  LIST-STYLE-TYPE: none;
}
.vCenterEdit ul li p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 209px !important;
  width: auto;
  height: 208px !important;
  height: auto;
}
.vCenterEdit ul li p img {
  border: none 0px;
}

