.sliderList ul.vTableBody > li > .cell, .sliderList ul.vTableBody > li {
  height: 272px;
}
.sliderList.vTable .drag-handle {
  top: 105px;
}
.sliderList.vTable .publishBox {
  top: 114px;
}
.sliderList.vTable .vIco-trash {
  top: 114px;
}
.sliderThumbWin {
  width: 115px;
  height: 115px;
  margin: 14px 0 14px 12px;
  text-align: center;
  position: relative;
}
.sliderThumbWin > .preview {
  background: #fff;
  position: absolute;
  display: none;
}
.sliderThumbWin .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.sliderThumbWin img {
  max-width: 110px;
  max-height: 110px;
  vertical-align: middle;
}
.sliderThumbControls {
  height: 28px;
  width: 115px;
  margin-left: 12px;
  text-align: center;
}
.sliderThumbControls > div {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 3px;
  background: url('../img/align.png');
  cursor: pointer;
}
.sliderThumbControls > div.t {background-position: -0px -0px}
.sliderThumbControls > div.c {background-position: -28px -0px}
.sliderThumbControls > div.b {background-position: -56px -0px}

ul.vTableBody > li > .cell .selectbox {
  line-height: normal;
  margin-top: 10px;
}