/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 800px;
	height: 30px;
padding: 0
overflow: hidden;
	margin: 0;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 30px;
top: 8px;
width: 800px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	line-height: 18px;
}
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: #333;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 
