.control-box {
    width: 620px;
    height: 512px;
   
    margin-left: auto;
    margin-right: auto;
}
.control-box ul {
  list-style: none;
  position: relative;
    z-index: 999;
 
}
.control-box ul li {
  position: absolute;
  top: 130px;
  cursor: pointer;
}
.prev {
  left: 10px;
}
.next {
  right: 0px;
}
.bigbox {
  overflow: hidden;
  width: 580px;
  height: 512px;
  margin: auto 30px auto;

}
#switcher {
  height: 190px;
  left: 0px;
}
.content_1.content_2 {
  width: 100%;
  float: left;
}
.box {
  transition:all .7s ease 0s;
  width: 230px;
 height: 512px;
  float: left;
  /* margin: 5px; */
  border-left: 5px white solid;
  border-right: 5px white solid;

  border-radius: 20px;
}

.shadow {
  width: 100%;
  height: 60px;
  /* opacity: 1; */
  background-color: #760203;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000);
  margin-top: 452px;
  color: white;
  font-size: 14px;
  border-radius: 0px 0px 20px 20px;
}
.shadow span {
  display: inline-block;
  width: 225px;
  height: 60px;
  color: white;
  text-decoration: none;
  margin-left: 18px;
  margin-top: 10px;
}



