.slide_banner {
  width: 100%;
/*  height: 470px;
  margin: 50px auto;*/
  position: relative;
  overflow: hidden;
}

.slide_banner ul {
  margin: 0 auto;
  height: 470px;
}

.slide_banner ul li {
  width: 100%;
  list-style: none;
  position: absolute;
  z-index: 1;
  height: 470px;
  background-position: top center;
  top: 0;
  left: 0;
  right: 0;
}

.slide_banner #dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 30px;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  opacity: 0.7;
}

.slide_banner #dots a {
  background: #333;
  margin: 0 6px;
  width: 18px;
  height: 18px;
  box-shadow: 0 0 1px 0 #333;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
}

.slide_banner #dots a.active { background: #FFF; }

.slide_banner .arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 100px;
  margin-top: -50px;
  background: #FFF;
  z-index: 999;
  opacity: 0.7;
  line-height: 100px;
  color: #333;
  text-align: center;
  text-decoration: none;
}

.slide_banner .arrow.prev { left: 0; }

.slide_banner .arrow.next { right: 0; }

.slide_banner .arrow:active {
  background: #FAFAFA;
  opacity: 1;
}/*<br type="_moz">*/