#slide {
  position: relative;
  overflow: hidden;
  width: 960px;
  height: 400px;
  margin: -260px auto 0 auto;
  padding: 4px 4px 0px 4px;
  padding-top: 0px;
  z-index: 2;
}
.slider {
  float: right;
  width: 960px;
  height: 400px;
  margin: 0 auto;
  margin-right: 0px;
  position: relative;
  z-index: 2;
  border-radius: 0px;
}
.items_fade {
  display: none;
}
.slide_img {
  width: 960px;
}

.pagination {
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: inline-block;
  background-color: transparent;
  width: 960px;
  height: 20px;
  padding: 15px 0 14px 30px;
  z-index: 999 !important;
}
.pagination li {
  float: left;
  margin-right: 4px;
  list-style: none;
}

.pagination li.current a, .pagination li:hover a {
  background-position: 0 0;
}
.prev {}
.prev:hover {}
.next {}
.next:hover {}

.banner {
  z-index: 1000 !important;
  position: absolute;
  top: 356px;
  color: #fff;
  background-color: #4A5B69;
  right: 0px;
  text-align: right;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  width: 960px;
  height: 50px;
  margin-right: 0px;
}