* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
	border-left:1px solid #888;
	border-top:1px solid #888;
	}
	.define-table th,.define-table td{
	border-right:1px solid #888;
	border-bottom:1px solid #888;
	padding:5px 15px;
	}
	.define-table th{
	font-weight:bold;background:#ccc;
	} 
a {
	text-decoration: none;
}
/*ç„¦ç‚¹å›¾*/
.focus_body {
	font-family:"microsoft yahei";
	position: relative;
	width: 570px;
	height: 88px;
}
.scroll {
	width: 570px;
	margin: 0 auto;
	position: relative;
	height: 88px;
	overflow: hidden;
}
.arr_left {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	left: 0;
	top: 23px;
	z-index: 3;
	background: url(../img/left_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/left_ico.png');
	_background: none;
}
.arr_right {
	display:none;
	position: absolute;
	width: 18px;
	height: 42px;
	cursor: pointer;
	overflow: hidden;
	right: 0;
	top: 23px;
	z-index: 3;
	background: url(../img/right_ico.png) no-repeat;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../img/right_ico.png');
	_background: none;
}
.scroll .box {
	float: left;
	width: 570px;
	height: 88px;
	position: relative;
}
.scroll .box img {
	width: 570px;
	height: 88px;
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}