/* MeyerWeb Reset js代码网整理 js-css.cn */



#iSlider-effect-wrapper {
    width: 100%;
    margin: 0 auto; padding:0;
    background-size: 100%;
    overflow: hidden;
    position: relative;
}

.iSlider-effect {
  height: 320px;
  width: 100%;
  overflow: hidden;
  position: relative;

  border: 1px solid #000000;
}

.iSlider-effect ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.iSlider-effect li {
  position: absolute;
  margin: 0;
  padding: 0;
  height: 100%;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  list-style: none;
}
.iSlider-effect ul li img{
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.iSlider-effect div{
  background-color: #ffffff;
  padding: 3px;
}

#menu-select {
  margin-top: 10px;
  text-align: center;
}

#menu-select span {
  display: inline-block;
  border: 2px solid #777;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
  width: 60px;
  cursor: pointer;
}

#animation-effect { margin-top:-50px;
  border: 0;
  width: 100%;
  height: 320px;
}

#animation-effect ul li a {
	display:block;
}

#animation-effect ul li img {
  border: 0;
  box-shadow:0 0 5px #CCC;
  border-radius:5px;
}

#menu-select span:hover {
  background-color: #e74c3c;
}

#menu-select span.on {
  background-color: #e74c3c;
}
