@charset "UTF-8";


.tickercontainer { /* the outer div with the black border */
	background: url(../../jp/images/news.gif) left top no-repeat; 
	width: 894px; 
	height: 25px; 
	margin: 0 0 18px 0; 
	padding: 0;
	overflow: hidden;
}

#en-news .tickercontainer { /* the outer div with the black border */
	background: url(../../en/images/news.gif) left top no-repeat; 
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 80px;
	top: 6px;
	overflow: hidden;
	width:800px;
	white-space: nowrap;
}

#en-news .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	left: 110px;
	width:770px;
}

ul.newsticker { /* that's your list */
	position: relative;
	left: 820px;
	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 0 0 0;
	padding: 0 0 0 0;
	font-size: 10px;
}

ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	margin: 0 15px 0 0;
}

ul.newsticker span {
	padding: 0 10px 0 0;
}
