#iSlider-effect-wrapper {
    height: 160px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.iSlider-effect {
  height: 160px;
  width:100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.iSlider-effect ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.iSlider-effect li {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  list-style: none;
}
.iSlider-effect ul li img{
  max-width: 100%;
 height:160px;
  margin: 0;
  padding: 0;
}

.iSlider-effect div{
  background-color: #ffffff;
  padding: 3px;
}
#animation-effect {
  border: 0;
  width: 100%;
  height: 160px;
}

#animation-effect ul li img {
  border: 0;
}
