/* liScroll style declarations */
#container{
	position:relative;
}
#whatsnew {
	height:125px;
}
#rssBnr {
	position:absolute;
	left:10px;
	top:488px;
	width:520px;
	height:77px;
	display:block;
	background:url(../images_top/bnr_twitter_bg.gif) no-repeat 0 0;
}



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


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

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

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

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

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