#newsNavigation {
	position: relative;
	top: 24px;
	text-align: center;
}

#newsNavigation span {
	display: inline-block;
	_display: inline;
	height: 39px;
	width: 39px;
	cursor: pointer;
}

#newsArrowLeft {
	float: left;
	background: transparent url(../i/arrows-news-left.png) no-repeat scroll;
}

#newsArrowRight {
	float: right;
	background: transparent url(../i/arrows-news-right.png) no-repeat scroll;
}

#newsNavigation span.inActive {
	cursor: default;
	background-position: center -39px;
}





#news {
	padding-top: 20px;
	padding-bottom: 20px;
	overflow: hidden !important;
	width: 940px;
}

.newsItem {
	vertical-align: top;
	border-right: 1px solid #e2e8e9;
	width: 230px !important;
}

.newsItem:nth-last-child(1) {
	border-right: none;
}

.newsDate {
	padding-left: 10px;
	font-size: 11px;
	font-style: italic;
}

.newsTitle {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-variant: capital;
	font-weight: bold;
}

.newsTitle a{
	color: rgb(43,136,231);
}

.newsContent {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 1.3em;
}

#newsNav,#videoPreviewScrollerNavigation {
	text-align: center;
	padding: 10px;
	padding-top: 10px;
}

#newsNav span,#videoPreviewScrollerNavigation span {
	display: inline-block;
	_display: inline;
	height: 26px;
	width: 26px;
	background: transparent url(../i/news-circle-empty.png) no-repeat scroll center center;
	cursor: pointer;
	font-weight: bold;
	padding-top: 11px;
	padding-left: 18px;
	margin-right: 10px;
	color: #2458a1;
}

.newsNavCircleCurrent {
	background: transparent url(/i/news-circle-full.png) no-repeat scroll center center !important;
	color: white !important;
}

