ul {
	margin: 0;
	padding: 0
}

.productsroll {
	position: relative;
	width: 1000px
}


#ScrollBox {
	width: 1200px;
	overflow: hidden
}

#ScrollBox li {
	float: left;
	display: inline;
	width: 250px;
	text-align: left;
	margin-right: 3px;
}

#ScrollBox li a {
	display: block;
}

#ScrollBox li a:link,
#ScrollBox li a:visited,
#ScrollBox li a:active {
	color: #000
}

#ScrollBox li a:hover {
	color: #308b46;
}

#ScrollBox li a span {
	display: block;
	padding-top: 4px
}

.news_sroll {
	width: 100%;
}

.news_sroll .tit {
	width: 100%;
	border-bottom: solid 1px #bdbaba;
	margin-bottom: 20px;
	overflow: hidden;
}

.tab_tit {
	width: 100%;
}

.tab_tit span {
	font-weight: bold;
	float: left;
	background: #419E3B;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	padding-left: 17px;
	padding-right: 17px;
	color: #fff;
	overflow: hidden;
}

.div_scroll_prev,
.div_scroll_next {
	z-index: 1000;
	position: absolute;
	overflow: hidden;
	width: 27px;
	height: 92px;
	text-indent: -9999px;
	background-image: url(../images/btn1.png);
	background-repeat: no-repeat;
	margin-top: 20px;
}

.div_scroll_prev {
	left: 0px;
	background-position: 0px 0px;
}

.div_scroll_next {
	right: 0px;
	background-position: -54px 0px;
}

.div_scroll_prev:hover {
	background-position: 0px -220px;
}

.div_scroll_next:hover {
	background-position: -54px -220px;
}


/* productsroll End */