/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
	width: 555px; 
	margin: 0;
	padding: 0;
	overflow: hidden;
	float:left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	width: 555px;
	height: 40px;
	overflow: hidden;
}
.tickercontainer .mask {
	 #width: 500px;
}
ul.newsticker { /* that's your list */
	position: relative;
	left: 500px;
	list-style-type: none;
	width:30000px !important;
	overflow: hidden;
	height: 20px;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin:0 0 0 60px;
	white-space: nowrap;
}
ul.newsticker a {
	white-space: nowrap;
}
ul.newsticker a:hover {
	text-decoration:none;
}

.newsArea p.btn_list {
	float: right;
	padding: 8px 10px 0 0;
	width: 123px;
}