@charset "utf-8";
.case {
	height: 60px;
	position: relative;
	width: 952px;
}

.case .case_prev {
	position: absolute;
	left: 0;
	top: 10px
}

.case .case_next {
	position: absolute;
	left: 985px;
	top: 10px
}

.case_wai {
	width: 952px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	top: 5px;
	height: 60px;
}

.prevpage {
	background: url(../images/leftbutton.jpg) no-repeat;
	display: block;
	height: 49px;
	width: 18px;
}

.nextpage {
	background: url(../images/rightbutton.jpg) no-repeat;
	display: block;
	height: 49px;
	width: 18px;
}

.case .case_list {
	float: left;
	width: 2000px;
	position: absolute;
	left: 20px;
	top: 0;
}

.case_list .pic {
	width: 152px;
	height: 58px;
	float: left;
	margin-right: 38px;
}

.case_list .pic img {
	width: 160px;
	height: 50px;
	margin: 3px 0 0 8px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

.case_list .pic a:hover img {
	border: 1px solid #F54037;
}