
@media screen and (min-width: 480px) {
	.height-auto{height: 632px;}
}
@media screen and (min-width: 700px) {
	.height-auto{height: 464px;}
}
@media screen and (min-width: 800px) {
	.height-auto{height: 530px;}
}
@media screen and (min-width: 992px) {
	.height-auto{height: 288px;}
}
@media screen and (min-width: 1200px) {
	.height-auto{height: 342px;}
}
@media screen and (min-width: 1366px) {
	.height-auto{height: 372px;}
}
@media screen and (min-width: 1440px) {
	.height-auto{height: 426px;}
}
@media screen and (min-width: 1600px) {
	.height-auto{height: 470px;}
}
@media screen and (min-width: 1900px) {
	.height-auto{height: 496px;}
}



.shutter {
  overflow: hidden;
  width: 100%;
  position: relative;
  
}
.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: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
.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;
}