.control-box {
    width: 100%; height:auto; 
    margin-left: auto;
    margin-right: auto;
	margin-top:55px;
}
.control-box ul {
  list-style: none;
  position: relative;
}
.control-box ul li {
  position: absolute;
 
  cursor: pointer;
}
.prev {
  left: 0;
}
.next {
  right: 0;
}
.bigbox {
  overflow: hidden;
  width: 85%;
 
  margin: auto 70px auto;
}
#switcher { height:auto;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s; 
  float: left; 
 
}
.box:hover {

}
.shadow {
  width: 255px;
  height: 60px;
  /* opacity: 1; */
 
  margin-top: 130px;
  color: white;
  font-size: 14px;
}
.shadow a {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}
