* { margin: 0; padding: 0; }
img { border: 0; vertical-align: top; }
ul, li { list-style: none; }

.shutter {
  overflow: hidden;
  width: 1000px;
  height: 358px;
  position: relative;
  margin: 0px auto;
  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 {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 30px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: rgba(255,255,255,0.5);
 /* background: url(../images/ban.png) no-repeat 0 -49px;*/
}
.shutter-btn li.next {
  right: 20px;
  background: rgba(255,255,255,0.5);
  /*background: url(../images/ban.png) no-repeat 0 -49px;*/
}
.prev i{
	display: block;
	transform: rotate(180deg);
	line-height: 48.8px;
	text-align: center;
	font-size: 30px;
}
.next i{
	line-height: 48.8px;
	text-align: center;
	font-size: 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;
  background: rgba(30,40,52,0.8);
  font-size: 14px;
}