.slider_ {
  margin-bottom:2em;
}
.slider_ section {
  display:none;
}
.slider_ section:first-child {
  display:block;
}
.slider_ section .sbox {
  position:relative;
  float:left;
}
.slider_ section .sbox > div {
  height:100%;
}
.slider_ section .lsbox,
.slider_ section .rsbox {
  position:absolute;
  width:0;
  height:100%;
  top:0;
}
.slider_ section .lsbox {
  left:0;
}
.slider_ section .rsbox {
  right:0;
}
.slider_ section .swrap {
  background-color:#f0ebdf;
  position:relative;
  left:0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}
.slider_ section .animate {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.slider_ section .awrap {
  background-color:#f0ebdf;
  float:left;
  position:absolute;
  width:100%;
}
.slider_ section:first-child .wrapper {
  background-repeat:no-repeat;
  background-size:100% auto;
}
.slider_ section .wrapper {
  padding:0;
  margin:0;
  width:100% !important;
}
