/* liScroll style declarations */
#rssBnr {
	margin:10px 0 0 0;
	width:495px;
	height:77px;
	display:block;
	background:url(../images_top/bnr_gb10s_bg.gif) no-repeat 0 0;
}



#rsslist {
	margin:33px 0 0 0;
	height:14px;
	overflow:hidden;
	display:none;
}


.tickercontainer { 
	width: 430px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}
.tickercontainer .mask { 
	position: relative;
	left: 77px;
	top: 0px;
	width: 357px;
	overflow: hidden;
}

* html .tickercontainer .mask {
	width:357px;
}

ul.rssticker { /* that's your list */
	position: relative;
	left: 357px;
	width:100%;
	list-style-type: none;
	height:14px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.rssticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	font-size:10px;
	color:#F00;
}

ul.rssticker a {
	color:#F00;
	text-decoration:none;
}

ul.rssticker span {
	padding-right:40px;
}

ul.rssticker a:hover {
	text-decoration:underline;
}