.BreakingNewsSection {
	position: relative;
	left: 220px;
	width: 520px;
	height: 49px;
	/*background-image: url(../images/Backgrounds/Green_BG.jpg);	*/
	background-image: url(../images/Backgrounds/Search_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 0px 0px 0px;
	/*width: 365px;*/
	height: 28px;	
	font-family: Georgia,'Times New Roman',serif;	
	font-size: 15px;
	color: #333333;
	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: 365px; 
	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: 365px;
	height: 20px;
	overflow: hidden;
}

ul.newsticker { /* that's your list */
	position: relative;	
	left: 365px;	
	width: 1000px;
	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: #333333;
	margin: 0 20px 0 0;
	text-decoration: none;
} 

ul.newsticker a:link {
	color: #03281c;
}

ul.newsticker a:visited {
	color: #03281c;
}

ul.newsticker a:hover {
	color: #127d59;
}

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