#wrapper {
	width:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.slider {
	position:relative;
	overflow:hidden;
	border:1px solid #DCE6CE;
	height:250px;
	margin-bottom:20px;
}
.slidercontent {position:absolute}
.slidercontent .upper {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DCE6CE;
}
.section {
	padding:10px;
}
.newsslider {
	position:relative;
	overflow:hidden;
	height:150px;
	width:350px;
	margin-bottom:20px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DEE8D0;
	border-right-color: #DEE8D0;
	border-bottom-color: #DEE8D0;
	border-left-color: #DEE8D0;
}
.newsslidercontent {
	position:absolute;
}
.newsslidercontent .upper {
	border-bottom:1px solid #DCE6CE;


}
.newssection {
	padding:10px;
	height:110px;
	color: #114B1E;
	font-weight: normal;
}
