/* home new scroll
-------------------------------------------*/ 
/* liScroll style declarations */
.homenewscontainer { /* the outer div with the black border */
	float: left;
	width: 843px; 
	height: 25px; 
	overflow: hidden;
	margin: 0 0 15px 0; 
	padding: 0;
	border: 1px solid #fff;
	border-width: 1px 1px 1px 0;
	background: url(../images/scroller_news.gif) repeat-x 0 0; 
}

.homenewscontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 5px;
	top: 6px;
	width: 838px;
	overflow: hidden;
}

ul.homenews { /* that's your list */
	position: relative;
	left: 600px;
	font: bold .85em Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.homenews li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
}

ul.homenews a {
	white-space: nowrap;
	padding: 0;
	color: #fff;
	font: bold .85em Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
} 

ul.homenews span {
	color: #fff;
	margin: 0 5px 0 20px;
} 
/* end home new scroll */ 
