/* css 重置 */
* {
	margin: 0;
	padding: 0;
	list-style: none;
}
body {
	background: #fff;
	font: normal 12px/22px 宋体;
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #1974A1;
}
/*代码整理：www.97zzw.com - 97站长网*/
/* 本例子css */
.sort_brand {
	width: 100%;
	border: 1px solid #E4E4E4;
	overflow: hidden;
	padding-bottom: 30px;
	height: auto;
}
.sort_brand dt {
	height: 28px;
	background: #F1EFF0;
}
.sort_brand dt a {
	width: 102px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	display: inline-block;
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	position: relative;
	margin-left: -1px;
	color: #333;
}
.sort_brand dt a.on {
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	background: #FFF;
}
.sort_brand dt a:hover, .sort_brand dt a.on: hover {
	color: #333;
}
.sort_brand p.scroll_btn a {
	font:normal 12px/15px Arial, Helvetica, sans-serif;
	width:15px;
	height:15px;
	display: block;
	float: left;
	color: #fff;
	background:#CCC;
	text-align:center;
	margin-right:6px;
	_display: inline;
	cursor: pointer;
}
.sort_brand p.scroll_btn {
	float: right;
	margin-top:10px;
}
.sort_brand p.scroll_btn a:hover, .sort_brand p.scroll_btn a.on {
	background: #C00;
}
.aort_list a {
	width: 203px;
	height: 78px;
	display: block;
	border-top: 1px solid #E4E4E4;
}
.brand_list {
	margin: 8px 0 0 5px;
	_margin: 8px 0 0 4px;
	zoom: 1;
}


/*
.brand_list a {
	width: 93px;
	height: 37px;
	display: block;
	float: left;
	_display: inline;
	margin-right: 3px;
	margin-bottom: 3px;
}
.brand_list img {
	width: 93px;
	height: 37px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.brand_list a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
}
*/






.scroll_wrapper {
	height: 316px;
	width: 203px;
	overflow: hidden;
	position: relative;
}
.scroll_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 9999px;
}
.scroll_box .aort_list {
	float: left;
	margin-top: -1px;
}
