#magnifier {
    position: relative;
    width: 300px;
    float: left;
  }

  .small-box {
    position: relative;
    width: 300px;
    height: 300px;
    border: 1px solid #eee;
  }

  .small-box table td {
    width: 300px;
    height: 300px;
  }

  .small-box img {
    width: 100%;
    height: 300px;
  }

  .thumbnail-box {
    position: relative;
    width: 100%;
    margin-top: 20px;
  }

  .thumbnail-box .btn {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 32px;
    margin-top: -16px;
  }

  .thumbnail-box .btn-prev {
    left: -17px;
    background: url(/template/pc/skin/images/btn_prev.png) no-repeat;
  }

  .thumbnail-box .btn-prev.btn_prev_disabled {
    background: url(/template/pc/skin/images/btn_prev_disabled.png) no-repeat;
    cursor: not-allowed;
  }

  .thumbnail-box .btn-next {
    right: -17px;
    background: url(/template/pc/skin/images/btn_next.png) no-repeat;
  }

  .thumbnail-box .btn-next.btn_next_disabled {
    background: url(/template/pc/skin/images/btn_next_disabled.png) no-repeat;
    cursor: not-allowed;
  }

  .thumbnail-box .list {
    overflow: hidden;
    width: 100%;
  }

  .thumbnail-box .wrapper {
    width: 100000px;
  }

  .thumbnail-box .list .item {
    float: left;
    margin: 0 10px;
  }
  .thumbnail-box .list .item img {
    border: 2px solid #a9a9a9;
    width: 54px;
    height: 54px;
  }

  .thumbnail-box .list .item-cur img {
    border: 2px solid #007b5f;
  }