/*焦点图*/
.focus_body {
	font-family:"microsoft yahei";
	width: 250px;
	height: 220px;
}
.scroll {
	width: 250px;
	margin: 0 auto;
	position: relative;
	height: 210px;
	overflow: hidden;
}
.scroll .box {
	float: left;
	width: 250px;
	height: 210px;
	position: relative;
}
.scroll .box img {
	width: 250px;
	height: 170px;
}
.scroll .box a:hover {
	text-decoration: none;
}
.scroll .box .scroll_detail {
	display:none;
}
.scroll .box .title {
	height: 40px;
	line-height:40px;
	color: #000;
	width: 250px;
}
.scroll_cont {
	width: 250px;
	height: 210px;
	overflow: hidden;
	position: relative;
}
.numList {
	text-align:center;
	margin:0 auto;
	height: 10px;
}
.numList span {
	display: inline-block;
	width: 20px;
	height: 10px;
	cursor: pointer;
	background: url(../images/btn-normal.gif) no-repeat;
}
.numList span.selected {
	background: url(../images/btn-active.gif) no-repeat;
}
