
.content {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 205px;
}
.contentlist{
	width: 100%;
}
.contentlists{
	width: 233px;
	height: 47px;
	float: left;
	margin-left: 47px;
	margin-top: 43px;
	border: 1px solid #dcdcdc;
}
.contentlists>img{
	width: 233px;
	height: 47px;
}

.active {
	background-color: #fff !important
}

.prev {
	border-radius: 0 30px 30px 0
}

.next{
	background-image: url(../img/right_0.png);
	right: 0;
	position: absolute;
}
.prev{
	background-image: url(../img/left_0.png);
	position: absolute;
	left: 0;
}

.next,
.prev {
	appearance: menu;
	margin: 0 auto;
	display: block;
	float: left;
	width: 58px;
	height: 56px;
	z-index: 999;
	top: 45%;
	cursor: pointer
}

.next {
	right: 0;
	border-radius: 30px 0 0 30px
}
