.shutter {
  overflow: hidden;
  position: relative;
  margin: 5px auto;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: pointer;
}
.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;
  z-index: 2;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 2px;
  background: url(./shutter_prevBtn2.png) no-repeat 0 -25px;
}
.shutter-btn li.next {
  right: 2px;
  background: url(./shutter_nextBtn2.png) no-repeat 0 -25px;
}
.shutter-nav {
  position: absolute;
  z-index: 2;
  right: 0px;
  bottom: 0;
  width: 160px;
  height: 12px;
  background:url(./1.png) no-repeat;
  color:#fff;
  line-height:12px;
}
.shutter-nav ul{float:right;margin-right:2px;}
.shutter-nav li{float:left;width:18px;margin:0 3px;text-align:center;border-radius:5px;}
.shutter-nav li a:hover{background-color:red;cursor: pointer;}
.shutter-nav li:hover{background-color:red;cursor: pointer;}
.shutter-nav .cur{background-color:red;}
.shutter-desc {
  position: absolute;
  z-index: 2;
  right: 0x;
  bottom: 0;
  width: 150px;
  height: 36px;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #000;
  font-size: 14px;
}