.shutter {
	overflow: hidden;
	width: 100%;
	height: 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 {
	display: none;
}

.shutter:hover .shutter-btn {
	display: block;
}

.shutter-btn li {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	cursor: pointer
}

.shutter-btn li.prev {
	left: 20px;
	background: url(../img/web/shutter_prevBtn.png) no-repeat 0 0
}

.shutter-btn li.prev:hover {
	background: url(../img/web/shutter_prevBtn.png) no-repeat 0 -50px
}

.shutter-btn li.next {
	right: 20px;
	background: url(../img/web/shutter_nextBtn.png) no-repeat 0 0px
}

.shutter-btn li.next:hover {
	background: url(../img/web/shutter_nextBtn.png) no-repeat 0 -50px
}