/*SLIDER */
#main_slider{
  width: 1171px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height: 466px;
}
#main_slider #slider {
  position: relative;
  margin: 0;
  padding: 0;
  width: 1171px;
  height: 466px;
  list-style: none;
}

#main_slider #slider li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1171px;
  height: 466px;
  background: #ccc;
  text-align: 1171px;
  line-height: 0px;
}

#pointer{
  width: 100px;
  margin: auto;
  left: 0px;
  right: 0px;
  position: absolute;
  bottom: 0px;
}
#pointer li{
  width: 10px;
  height: 10px;
  background-color: #ff7200;
  display: inline-block;
  border-radius: 10px;
}

a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  cursor: pointer;
  margin: 20px;
}

a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev {
  border-radius: 0 2px 2px 0;
}

a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}

.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
/*END SLIDER*/