.control-box {
    width: 583px;
    height: 600px;
	border-radius:20px;
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top:300px;
  cursor: pointer;
}
.prev {
   padding-left:50px
}
.next {
   padding-right: 50px;
}
.bigbox {
  overflow: hidden;
  width: 403px;
  height: 600px;
  margin: auto 90px auto;
}
#switcher {
  height: 285px;
  left: 0px;
}
.content_1.content_2 {
  width: 80%;
  float: left;
}
.box {
  width: 175px;
  height: 570px;
  float: left;
  margin: 3px 0px 3px 1px;
}