.shutter {
	overflow: hidden;
    height: 256px;
    width: 100%;
	position: relative;
	float: right;
}
.shutter-img {
	z-index: 1;
}
.shutter-img,
.shutter-img a {
	position: absolute;
    height: 256px;
	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 li {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 49px;
	height: 49px;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0.2;
}
.shutter:hover .shutter-btn li {
	opacity: 1;
}

.shutter-btn li.prev {
	left: 20px;
	background: url(../img/shutter/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
	right: 20px;
	background: url(../img/shutter/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 36px;
	background: url(../img/shutter/shutter_shadow.png) repeat;
}
.shutter-desc p {
	padding-left: 20px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
}
