#news-glider {
	margin: 0 11px;
	background: url(/assets/layout/newsglider_bg.gif) no-repeat 0 8px;
	width: 215px;
	height: 270px;
}
#news-glider div.scroller {
	cursor: pointer;
	margin: 0px 10px;
	width: 194px;
	height: 220px;
	overflow: hidden;
/*	background-color: #BDC7E1; */
}
#news-glider div.scroller div.section {
	width: 194px;
	height: 220px;
	overflow:hidden;
	padding:0;
	float: left;
}
#news-glider div.scroller div.content {
	height: 10000px;
}
#news-glider div.controls  {
	margin: 0 1px 0 1px;
	width:213px;
	height: 20px;
	text-align: center;
	overflow:hidden;
}
#news-glider div.controls a:link,
#news-glider div.controls a:visited {
	display: inline;
	color: #C4C7CB;
	text-decoration: none;
	padding: 0 5px;
	font-size: 11px;
}
#news-glider div.controls a:hover,
#news-glider div.controls a.active:link,
#news-glider div.controls a.active:visited {
	color: #2D4B9B;
/*	background-color: #2D4B9B; */
/*	color: white; */
}
#news-glider .section a {
	padding-top: 2px;
	display: block;
}
#news-glider .section b {
	margin: 0 0 10px 0;
	display: block;
}
#news-glider .section p {
	margin: 0;
	display: block;
}
#news-glider .section.high p {
	color: #263e80;
}
