    #magnifier {
      position: relative;
      width: 100%;
      margin:0 auto;
    }
    .small-box {
      position: relative;
      width: 400px;
      height: 352px;
      margin-bottom: 10px;
      border: 1px solid #e7ebef;
    }
    .small-box img {
      width:100%;
      display: block;
		height: 350px;
    }
    .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;
       margin: 0 auto;
    }

    .thumbnail-box .ztboxlist .ztitem {
      border: 1px solid #e7ebef;
	  height: 55px; overflow: hidden;
    }
    .thumbnail-box .ztboxlist .item-cur { border-color: #025eab;}
    .thumbnail-box .ztboxlist .ztitem img {
       width: 100%;
		height: 55px;
    }

    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 420px;
      top: 0;
      width: 400px;
      height: 352px;
      border: 1px solid #e4e4e4;
    }
    .big-box img {
      display: block;
	  max-width: none;
    }