/* liScroll styles */
.ticker {
	position:relative;
	width:934px;
	height:33px;
	background:#e8f8fc;
	margin-left: 20px;
	padding:0px 10px 0px 10px;
}
#ContentContainerInner .ticker {
	position:relative;
	width:974px;
	height:33px;
	background:#e8f8fc;
	margin-left: -20px;
	padding:0px 10px 0px 10px;
}
.tickercontainer { /* the outer div with the black border */
float:left;
width: 710px; 
height: 27px; 
margin: 0 0 0 0px; 
padding: 0;
overflow: hidden; 
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#rssTicker span.viewall {
	float:left;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
	margin: 9px;
}
#rssTicker span.closeTicker {
	float:right;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	text-decoration:underline;
	margin: 9px;
}
#rssTicker div#NewsBranding
{
	float:right;
	color: #676767;
	text-align: right;
	font-size: 11px;
	margin-top: 9px;
	margin-right: 2px;
}
#rssTicker div#NewsBranding a.logo {
	margin-left: 6px;
	float:right;
	background-image:url(/images/google-small-logo.png);
	display:block;
	width:51px;
	height:15px;
}
#rssNewsContent ul
{
	margin-top: 10px;
}
#rssNewsContent li
{
	margin-left: 10px;
}

#rssNewsContent div#NewsBranding
{
	float:right;
	color: #676767;
	text-align: right;
	font-size: 11px;
	margin-right: 2px;
}
#rssNewsContent div#NewsBranding a.logo {
	margin-left: 6px;
	float:right;
	background-image:url(/images/google-small-logo.png);
	display:block;
	width:51px;
	height:15px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 820px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 800px;
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;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #B75C01;
	margin: 0 20px 0 0;
} 
ul.newsticker a.alternate {
	white-space: nowrap;
	padding: 0;
	color: #0067ac;
	margin: 0 20px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
#rssNewsContent 
{
	padding: 20px;
}
