.control-box {
    width: 1200px;
	margin:0px auto;
	padding:35px 0;
	text-algin:center;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 30px;
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 1120px;
  height: 125px;
  margin: auto;
}
#switcher {
  height: 130px;
  width:118px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}


