* {
	margin: 0px; padding: 0px;
}
body {
	background-color: rgb(255, 255, 255);
}
img {
	border: 0px currentColor; border-image: none; vertical-align: top;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
.shutter {
	margin: 0px auto; border-radius: 10px; width: 1000px; height: 358px; overflow: hidden; position: relative;
}
.shutter-img {
	z-index: 1;
}
.shutter-img {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.shutter-img a {
	left: 0px; top: 0px; width: 100%; height: 100%; position: absolute;
}
.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 {
	top: 0%; width: 49px; height: 49px; margin-top: 0px; position: absolute; z-index: 2; cursor: pointer;
}
.shutter-btn li.prev {
	background: url("../images/shutter_prevBtn.png") no-repeat 0px -49px; left: 20px;
}
.shutter-btn li.next {
	background: url("../images/shutter_nextBtn.png") no-repeat 0px -49px; right: 20px;
}
.shutter-desc {
	background: url("../images/shutter_shadow.png"); left: 0px; width: 100%; height: 36px; bottom: 0px; position: absolute; z-index: 2;
}
.shutter-desc p {
	color: rgb(255, 255, 255); line-height: 36px; padding-left: 20px; font-size: 14px;
}
