.control-box {
    width: 100%;
    height: 100%;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.bigbox {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#switcher {
  height: 400px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}

.box {
  transition:all .7s ease 0s;
  width: 280px;
  height: 400px;
  float: left;

}

.control-box2 {
    width: 100%;
    height: 100%;
}
.control-box2 ul {
  list-style: none;
  position: relative;
}
.control-box2 ul li {
  position: absolute;
  top: 50px;
  cursor: pointer;
}
.bigbox2 {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#switcher2 {
  height: 400px;
  left: 0px;
}
.content2_1.content2_2 {
  width: 100%;
  float: left;
}

.box2 {
  transition:all .7s ease 0s;
  width: 280px;
  height: 400px;
  float: left;
}


