#slide {
  width: 100%;
  height: 580px;
  max-width: 1980px;
  margin: 0 auto;
}
.slideItem {
  width: 100%;
  height: 580px;
  background-position: center center;
  background-repeat:no-repeat;
}
.ms2_stage,
div.ms2_container {
  height: 580px;
}
.ms2_current, .ms2_next {
  display: block;
}
.slideItem a {
  display: block;
  width:100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#slidePager ul {
  text-align:center;
  padding-top: 33px;
}
#slidePager ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #c6c6c6;
  margin: 0 8px;
  line-height:0;
  cursor: pointer;
}
#slidePager ul li.current {
  background-color: black;
}
