#news_banner_container {
	background-color: none;
	width:100%;
}
#news-carousel > .news_banner_item {
	padding: 0 20px;
	float: left;
	overflow: hidden;
}
/*.news_banner_item {}*/
.news_banner_item .news_banner_image {
	float:left;
	background-color: #FFF;
	margin-top: 15px;
	margin-right: 20px;
	border-radius: 5px;
	text-align:center;
	vertical-align:middle;
}
.news_banner_item img {
	padding:3px;
}
.news_banner_header {
	position: relative;
	display: block;
	left: 0px;
	top: 15px;
	margin-bottom: 15px;
}
#news-carousel .news_banner_item .news_banner_header .news_banner_title {
	position: relative;
	font-size: 16px;
	line-height:18px;
	color: #6750A0;
}
#news-carousel .news_banner_item .news_banner_header .news_added {
	font-size: 12px;
	font-style: italic;
	color:#999;
	position: relative;
}
#news-carousel .news_banner_item .news_article {
	position: relative;
	display: block;
	font-size: 12px;
}
#news-carousel_nav {
	position: relative;
	top: 5px;
	left: 0px;
	/*border: thin solid #000;*/
	padding: 0 20px;
	margin:0px;
	height: 34px;
	display: inline-block;
}
a.prev, a.next {
	position: absolute;
	width: 33px;
	height: 33px;
	display: block;
	background-color: transparent;
	background-image: url(../image/news_banner_nav.png);
	background-repeat: no-repeat;
	z-index: 50;
	top: 0px;
}
a.prev {
	background-position:   0 -33px;
	left: 0px;
}
a.prev:hover {
	background-position: -33px -33px;
}
a.next {
	right:0px;
	background-position: 0 0;
}
a.next:hover {
	background-position:  -33px 0;
}
a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
	/*border: thin solid #000;*/
	position: relative;
	top: 0px;
	z-index: 10;
}
.pagination a {
	width: 20px;
	height: 28px;
	margin: 0px;
	display: inline-block;
	background-color: transparent;
	background-image: url(../image/nav-bgrd.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.pagination a.selected {
	background-position:  -20px 0;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clear {
/*//	float: none;
//	clear: both;*/
}
