/* CSS Document */
.form_container {
  width: 99%;
 
  margin: 2px auto;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.left, .right {

display:block;
  position:relative;
  top:40px;
  height: 50px;
  border: double;
  color: #f7f7f7;
/*  background-color: #000;*/
 background: url(../img/a11.png) no-repeat;
  border-radius: 100px;
 

}
.left {
  left: 0px;
   background-position: -10px -40px;
   width: 40px; height: 40px;
}

.right {
  right: 0px;
  background-position: -70px -40px;
  width: 40px; height: 40px;
}
.form_container .slideContainer {
  white-space: nowrap;
}

.form_container .slideContainer .slide {
  display: inline-block;
  margin-right: -4px;
  vertical-align: top;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 20%;
}
