.ztboxlist li { list-style: none; }

    #magnifier {
      position: relative;
      width: 379px;
      margin:0 auto;
    }
    .small-box {
      position: relative;
      width: 379px;
      height: 379px;
      margin-bottom: 20px;
      border: 1px solid #eee;
    }
    .small-box img {
      width:100%;
      display: block;
    }
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px !important;
      height: 200px  !important;
      border: 1px solid #aaa;
      background: #0099ff;
      opacity: .5;
      filter: alpha(opacity: 50);
      cursor: move;
    }
    .thumbnail-box {
      position: relative;
      width: 100%;
    }
    .thumbnail-box .btn {
      position: absolute;
      top: 50%;
      width: 22px;
      height: 32px;
      margin-top: -16px;
    }
    .thumbnail-box .ztboxlist {
      overflow: hidden;
      /* width: 345px; */
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100%;
    }
    .thumbnail-box .ztboxlist .ztitem {
      float: left;
      margin-right:8px;
     /*  margin: 0 8px; */
    }
    .thumbnail-box .ztboxlist .item-cur {}
    .thumbnail-box .ztboxlist .ztitem img {
       width: 66px;
    }
    .thumbnail-box .ztboxlist .item-cur img {
      width: 66px;
      border: 2px solid #e53e41;
          
    }
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 451px;
      top: 0;
      width: 540px;
      height: 540px;
      border: 1px solid #e4e4e4;
    }
    .big-box img {
      display: block;
    }