@charset "utf-8";

	#magnifier {
      position: relative;
      width: 500px;
      /* margin: 54px 0 0 70px; */
      z-index: 90;
    }
    .small-box {
      position: relative;
      width: 500px;
      height: 500px;
      margin-bottom: 20px;
      border: 1px solid #eee;
    }
    .small-box table td{
      width: 450px;
      height: 450px;}
    .small-box img {
      width: auto;
      height: auto;
      max-height: 500px;
      max-width: 500px;
    }
    .small-box .hover {
      display: none;
      position: absolute;
      left: 0;
      top: 0;
      width: 200px;
      height: 200px;
      /* border: 1px solid #aaa; */
      background: #999;
      opacity: .3;
      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 .btn-prev {
      left: 0;
      background: url(/static/starry/images/icon/btn_prev.png) no-repeat;
    }
    .thumbnail-box .btn-prev.btn_prev_disabled{background: url(/static/starry/images/icon/btn_prev_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .btn-next {
      right: 0;
      background: url(/static/starry/images/icon/btn_next.png) no-repeat;
    }
    .thumbnail-box .btn-next.btn_next_disabled{background: url(/static/starry/images/icon/btn_next_disabled.png) no-repeat;cursor: not-allowed;}
    .thumbnail-box .list {
      overflow: hidden;
      width: 390px;
      margin: 0 auto;
    }
    .thumbnail-box .wrapper {
      width: 100000px;
    }
    .thumbnail-box .list .item {
      float: left;
      margin: 0 10px;
    }
    .thumbnail-box .list .item-cur {}
    .thumbnail-box .list .item img {
      border: 2px solid #a9a9a9;
      width: 54px;
      height: 54px;
	  border-radius: 5px;
	  overflow: hidden;
    }
    .thumbnail-box .list .item-cur img {
      border: 2px solid #c41218;
    }
    .big-box {
      display: none;
      overflow: hidden;
      position: absolute;
      left: 502px;
      top: 0;
      width: 540px;
      height: 540px;
      border: 1px solid #e4e4e4;
    }
    .big-box img {
      display: block;
    }