.BreakingNewsSection {
	position: relative;
	left: 220px;
	width: 520px;
	height: 49px;
	background-image: url(../images/Backgrounds/Green_BG.jpg);	
	background-repeat: repeat-x;	
}


#NewsLabel {
	float: left;
	margin: 18px 0px 0px 8px;
	width: 120px;
	height: 30px;
	font-family: Georgia,'Times New Roman',serif;
	font-size: 14px;
	color: #FFF;		
}


#NewsScroller {
	float: left;
	margin: 10px 20px 0px 20px;
	/*width: 365px;
*/
	height: 28px;	
	font-family: Georgia,'Times New Roman',serif;	
	font-size: 15px;
	color: #FFFFFF;
	/* background-image: url(../images/Backgrounds/NewsScroller_BG.jpg); 

	border: 1px solid #FFF; 
	
	-moz-border-radius: 2px;
 	-webkit-border-radius: 2px;
 	-khtml-border-radius: 2px;
 	border-radius: 2px; */
}

/* liScroll style declarations */


.tickercontainer { /* the outer div with the black border */	
width: 480px; 
	height: 25px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}


.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	top: 8px;
	width: 500px;
	height: 20px;
	overflow: hidden;
}


ul.newsticker { /* that's your list */
	position: relative;	
	left: 500px;	
	width: 99999px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


ul.newsticker li {
	float: left; 
/* important: display inline gives incorrect results when you check for elem's width */
	
margin: 0;
	padding: 0;		
	background-image: url(../images/Backgrounds/arrow.png);
	background-repeat: no-repeat;
	background-position: left;	
	
text-indent: 10px;	
}

ul.newsticker a {
	padding: 0;
	color: #FFFFFF;
	margin: 0 20px 0 0;
	text-decoration: none;
} 

ul.newsticker a:link {
	color: #FFFFFF;
}


ul.newsticker a:visited {
	color: #FFFFFF;
}

ul.newsticker a:hover {
	color: #c7ebd9;
}

ul.newsticker span {
	margin: 0 10px 0 0;
}
