body {
  background: white; }
  body #page .boxes {
    z-index: 10;
    margin-top: -38px; }
    body #page .boxes .index-container {
      position: relative;
      margin-top: -5px;
      width: 939px;
      height: 99px;
      float: left;
      overflow: hidden; }
    body #page .boxes .index {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0px 7px;
      width: 10000px; }
      body #page .boxes .index .item {
        float: left;
        margin: 0px 3px;
        width: 97px;
        height: 97px;
        background: white url(/images/gallery-bg.png) no-repeat; }
        body #page .boxes .index .item .border {
          margin: 7px;
          width: 81px;
          height: 81px;
          border: 1px solid #d7d7d7;
          overflow: hidden; }
        body #page .boxes .index .item img {
          margin: 0px;
          padding: 0px;
          border: 0px; }
      body #page .boxes .index .active .a, body #page .boxes .index .active img, body #page .boxes .index .active .border {
        cursor: default; }
      body #page .boxes .index .active .border {
        border: 1px solid #cf071c; }
    body #page .boxes .scroll {
      float: left;
      margin-top: -5px;
      overflow: hidden;
      width: 12px;
      height: 99px; }
      body #page .boxes .scroll img {
        cursor: pointer; }
    body #page .boxes .scroll-left {
      background: url(/images/scroll-left-bg.png) no-repeat;
      width: 12px;
      height: 99px; }
    body #page .boxes .scroll-right {
      background: url(/images/scroll-right-bg.png) no-repeat;
      width: 12px;
      height: 99px; }
  body #page #content_pad {
    padding-top: 2px;
    _padding-top: 0px;
    height: auto; }
    body #page #content_pad #image {
      margin-left: 4px;
      z-index: 1;
      width: 971px;
      height: 480px;
      overflow: hidden;
      position: relative;
      text-align: center; }
      body #page #content_pad #image img {
        top: 1px;
        z-index: 0; }
