
/* News Scroller Styles */

#newsWrapper {
	width: 571px;
	height: 252px;
	background-color: #fff;

}

#newsScroller {
	width: 570px;
	height: 252px;
	border: 1px solid #ccc;
	position: relative;
	overflow:hidden;	
}

#newsScroller h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	padding: 0 0 3px 0;
	color: #415FE5;
	margin: 0;
	line-height: 1.7em;
}

.scrollerContent {
	position: absolute;
	height: 238px;
/*	padding: 13px 13px 0 13px;*/
	z-index: 1;
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 225px;
	overflow: hidden;
}

#scrollerControls {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 27px;
	width: 570px;
	position: absolute;
	bottom: 0;
	background: url(../img/scroller_ctrl_bkg.jpg) repeat-x;
}

#scrollerControls li {
	float: left;
	text-align: center;
	position: relative;
	top: 1px;
}

#scrollerControls li p {
	margin: 0;
	padding: 0 12px;
	border-right: 1px solid #ccc;
	line-height: 27px;
	font-size: 13px;
	color: #163F97
}

#scrollerControls li a {
	display: block;
	width: 30px;
	height: 26px;
	line-height: 27px;
	text-decoration: none;
	font-size: 13px;
	color: #666;
	border-right: 1px solid #ccc;
	border-left: 1px solid #F2F2F2;
}

#scrollerControls li a:hover {
	color: #000
}

#scrollerControls li a.on {
	background-color: #fff;
	font-weight: bold;
	color: #163F97
}

#scrollerPause {
	position: relative;
	left: 3px;
	display: block;
	background: url(../img/pause_btn.jpg) no-repeat;
	width: 23px;
	height: 26px;
	border: none !important
}

#scrollerPause:hover {
	background: url(../img/pause_btn.jpg) no-repeat 0 -26px;
}

#scrollerPause span {
	display: none;
}

#scrollerPlay {
	position: relative;
	left: 3px;
	display: block;
	background: url(../img/play_btn.jpg) no-repeat;
	width: 23px;
	height: 26px;
	border: none !important
}

#scrollerPlay:hover {
	background: url(../img/play_btn.jpg) no-repeat 0 -26px;
}

#scrollerPlay span {
	display: none;
}


/*#features {
	margin-top:25px;
}
#homeContent{
	margin-top:25px;
}