
section#slides {
	width: 1060px;
	height: 347px;
}

.slider-top-bg {
	background-image: url(../img/slider-top-bg.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 7px;
}
	section .slider-left-bg {
		background-image:url(../img/slider-left-bg.png);
		height: 306px;
		background-position: right top;
		background-repeat: no-repeat;
		min-width: 10px;
	}
	section .slider-bg {
		background-image:url(../img/slider-center-bg.png);
		background-repeat: no-repeat;
		background-position: center center;
		height: 340px;
	}
	section .slider-right-bg {
		background-image:url(../img/slider-right-bg.png);
		background-repeat: no-repeat;
		background-position: left top;
		height: 306px;
		min-width: 9px;
	}
	section .slideshow-inner {
		border: none;
	}
	
	section .news {
		background-color: rgba(215, 215, 215, 0.5);
		padding: 8px;
		border-radius: 10px;
		height: 140px;
		margin: 0 8px;
	}
	section .news:first-child {
		margin-left: 10px;
	}
	section .news h4 {
		color: #008472;
		font-size: 16px;
	}
	section .news p {
		color: #393939;
		font-size: 14px;
		text-align: justify;
	}
	section .news p.more a,
	section .news p.more a:visited {
		color: #003348;
		font-size: 10px;
		padding: 5px 10px;
		font-weight: bold;
	}
	section .news p.more a:hover {
		text-decoration: none;
	}
	
	#news div.page {
		height: 175px;
	}