#slider2 {
  position: relative;
  overflow: hidden;

  margin: 5px 15px 0 auto;
  border-radius: 4px;
  float:left;
}

#slider2 ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
  float: left;
}

#slider2 ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 196px;
  height: 155px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

a.control_prev2, a.control_next2 {
  position: absolute;
  top: 30%;
  z-index: 999;
  display: block;
  padding: 5% 5%;
  width: auto;
  height: auto;
  color:#FFFFFF;
  
  text-decoration: none;
  font-weight: 600;
  font-size: 23px;
  opacity: 0.8;
  cursor: pointer;
}

a.control_prev2:hover, a.control_next2:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}

a.control_prev2,  {
  border-radius: 0 2px 2px 0;
}

a.control_next2 {
  right: 0;
  border-radius: 0 2px 2px 0;
}


