.imgSliderBox {
  width: 760px;
  width: 100%;
  height: 230px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

#imgSlider {
  width: 760px;
  height: 210px;
}

#imgSlider a {
  left: 0;
  position: absolute;
  display: none;
  width: 100%;
}

#imgSlider img {
  width: 100%;
}

.imgSliderBtn {
  position: absolute;
  background-color: #fff;
  width: 24px;
  height: 40px;
  color: #888;
  opacity: 0.7;
  text-align: center;
  line-height: 40px;
  margin-top: -30px;
  border:1px solid #888;
  cursor: pointer;
}

#imgSliderBtnBox {
  width: 100%;
  height: 24px;
  text-align: right;
  position: absolute;
  top: 210px;
}

#imgSliderBtnBox .slideBtn {
  width: 5%;
  height: 8px;
  background-color: #A7A7A7;
  display: inline-block;
  margin: 10px 0.5% 4px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 1.5s ;
  -moz-transition: 1.5s ;
  -o-transition: 1.5s ;
  -ms-transition: 1.5s ;
  transition: 1.5s ;
}

#imgSliderBtnBox .slideBtn.active {
  background-color: #682019;
}

