.carousel {
	margin:0px auto;
	padding:20px 0px 0px 0px;
	width: 1200px;
	height: 410px;
	overflow: hidden;
	position: relative;
}
.carousel .slides {
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
.carousel .slides .slideItem {
	padding: 0px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	opacity: 1 !important;
}
.carousel .slides .slideItem a {
	overflow: hidden;
	display: block;
}
.carousel .slides .slideItem img {
	width: 300px;
	height: 400px;
}
.carousel .slides .slideItem .cover {
	background: rgb(255, 255, 255);
	left: 0px;
	top: 0px;
	width: 100% !important;
	height: 380px !important;
	display: block;
	position: absolute;
}
.prevButton {
	background: url("../images/btn.png") no-repeat 0px 0px;
	top: 50%;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.nextButton {
	background: url("../images/btn.png") no-repeat 0px 0px;
	top: 50%;
	width: 38px;
	height: 38px;
	display: block;
	position: absolute;
	z-index: 99;
	cursor: pointer;
}
.prevButton {
	left: 12px;
}
.nextButton {
	background-position: 0px -40px;
	right: 12px;
}