.add .picset {
  margin-bottom: -14px;
  overflow: hidden;
}

#picload-li{
  position: relative;
}

.add .picset li {
  width: auto;
  margin: 0 14px 14px 0;
  float: left;
  text-align: center;
}

#picload-li {
  width: 80px;
}

.add .picset .figure {
  position: relative;
  height: 90px;
  margin-bottom: 8px;
  overflow: hidden;
}

.add .picset .figure img {
  border-radius: 20px;
  height: 90px !important;
}

.add .picset .figure .del {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 25px;
  height: 25px;
  background: url("/img/icon_del.png") no-repeat 0 0;
  cursor: pointer;
}

.add .picset .title {
  height: 36px;
  font-size: 13px;
  font-weight: 300;
  overflow: hidden;
}

.add .picset .picload {
  height: 90px;
  background: url("/img/photo_add.png") no-repeat 50% 50%;
  border: 1px solid #000;
  border-radius: 20px;
  cursor: pointer;
}

#file-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 90px;
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer;
}
.add ul {
	list-style:none;
	margin:0;
	padding:0;
}