.shutter {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {display: none;}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(browse.php?u=Oi8vd3d3LmhsajlyLmNvbS5jbi9jb21tb24vYXNzZXRzL3RoZW1lcy9vaHIvanMvaW1hZ2VzL3NodXR0ZXJfcHJldkJ0bi5wbmc%3D&b=29) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(browse.php?u=Oi8vd3d3LmhsajlyLmNvbS5jbi9jb21tb24vYXNzZXRzL3RoZW1lcy9vaHIvanMvaW1hZ2VzL3NodXR0ZXJfbmV4dEJ0bi5wbmc%3D&b=29) no-repeat 0 -49px;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(browse.php?u=Oi8vd3d3LmhsajlyLmNvbS5jbi9jb21tb24vYXNzZXRzL3RoZW1lcy9vaHIvanMvaW1hZ2VzL3NodXR0ZXJfc2hhZG93LnBuZw%3D%3D&b=29) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}