@CHARSET "UTF-8";
.scroll_div ,.scroll_div_center{
	width: 998px;
	height: 175px;
	margin: 0 auto;
	overflow: hidden;
	white-space: nowrap;
	background: #ffffff;
}

.scroll_div_center img {
	width: 240px;
	height: 150px;
	border: 0;
	margin: auto 2px;
	border: 1px #efefef solid;
}
.scroll_div img {
	width: 240px;
	height: 175px;
	border: 0;
	margin: auto 2px;
	border: 1px #efefef solid;
}

#scroll_begin, #scroll_end, #scroll_begin ul, #scroll_end ul,
	#scroll_begin ul li, #scroll_end ul li {
	display: inline-block;
} /*设置ul和li横排*/

#centertext{
	height:420px;
	overflow:hidden;
}

#centertextMore {
	height:20px;
	line-height:20px;
	float:right;
	margin-top:10px;
/* 	opacity:0; */
/* 	filter:alpha(opacity=0); */
}
#centertextMore a{
	color:blue;
}