  .slider-row {
      /* margin-top: 10px; */
  }

  .desSlideshow {
      width: 950px;
      height: 413px;
      position: relative;
      font-family: Verdana, Geneva, sans-serif;
      /*    border-top: 1px solid rgb(204, 204, 204);*/
      overflow: hidden;
      background: none;
  }

  .sldertitle {
      margin: 0px;
      padding: 0px;
      width: 250px;
      height: 375px;
      position: absolute;
      right: 0px;
      display: block;
  }

  .sldertitle li {
      margin: 0px;
      padding: 0px;
      list-style: none;
      height: 83px;
      background-color: rgba(0, 0, 0, .65);
      line-height: 25px;
      border-bottom: none;
      /*    border-right: 1px solid rgba(0,0,0, .65);*/
      overflow: hidden;
  }

  .sldertitle li a {
      color: rgb(0, 0, 0);
      text-decoration: none;
      /* height: 75px; */
      display: block;
      padding: 0 20px;
      font-size: 14px;
      padding-top: 10px;
      line-height: 20px;
  }

  /*
                                    .sldertitle li a:hover{
                                        font-size: 16px;
                                        font-weight: bold;
                                    }
                                    */

  .switchBigPic {
      position: relative;
  }

  .switchBigPic div {
      position: absolute;
      overflow: hidden;
      width: 100%;
      display: block;
  }

  .switchBigPic img {
      border: none;
      height: auto;
      width: 100%;
  }