
.shutter {
	display: none;
  overflow: hidden;
  width: 1000px;
  height: 358px;
  position: relative;
  margin: 50px auto;
  border-radius: 10px;
  
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: initial;
}
.shutter-img a {
  cursor: default;
  display: block;
  transition: initial;
}


.shutter-img a img {
  border: initial;
	max-width: initial;
}

.shutter-img a > img {
  width: 100%;
  height: 100%;
}

.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  bottom: 30px;
  z-index: 999;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.shutter-btn li.prev {
 	right: 35px;
  background: url(../image/prevBtn.png) no-repeat 0 0;
  background-size: 30px 30px;
}
.shutter-btn li.next {
  right: 0;
  background: url(../image/nextBtn.png) no-repeat 0 0;
  background-size: 30px 30px;
}
/*.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../images/shutter_shadow.png) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}*/



@media only screen and (max-width:480px ) {
	.shutter {
	display: block;
}
}