/* liScroll style declarations */

#rssBnr {
	margin-top:10px;
	width:245px;
	height:77px;
	display:block;
	background:url(../images_top/bnr_gb10s_bg.gif) no-repeat 0 0;
	position: absolute;
	top: 365px;
}



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


.tickercontainer { 
	width: 221px;
	margin: 0;
	padding: 0;
	overflow:hidden;
}

/*ƒ}ƒXƒN—Ìˆæ*/
.tickercontainer .mask { 
	position: relative;
	left: 23px;
	top: 0px;
	width: 198px;
	overflow: hidden;
}

/*ƒ}ƒXƒN—Ìˆæ(IE6)*/
* html .tickercontainer .mask {
	width: 198px;
}

/*•\Ž¦—Ìˆæ*/
ul.rssticker {
	position: relative;
	left: 221px;
	width:150%;
	list-style-type: none;
	height:14px;
	margin: 0;
	padding: 0;
	display:block;
	overflow:visible;

}
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;
}

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

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

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