* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, li { list-style: none; }

.shutter {
  /* overflow: hidden; */
  width: 530px;
  height: 370px;
  position: relative;
  margin: 30px 0 0 30px;
  border-radius: 10px;
  
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 530px;
  height: 370px;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 530px;
  height: 370px;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  float: left;
  z-index: 2;
  top: 50%;
  width: 55px;
  height: 50px;
  margin-top: -25px;
  cursor: pointer;
  border: 1px solid #acacac;
}
.shutter-btn li.prev {
  /* left: 20px; */
  background: url(/images/vrmovie/shutter_prevBtn.png) no-repeat center center;
}
.shutter-btn li.next {
  /* right: 20px; */
  border-left: none;
  background: url(/images/vrmovie/shutter_nextBtn.png) no-repeat center center;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(/images/vrmovie/shutter_shadow.png) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}