/* liScroll style declarations */
.footer_logos2 {
	clear:both;
	width:898px; 
	height:57px;
	border:1px #ddd solid;
	overflow: hidden;
	background: url(../images/main/bg_logos.gif) repeat-x;
}

.footer_logos { /* the outer div with the black border */
border:1px #ddd solid; 
width:898px; 
height:57px;
margin: 0; 
overflow: hidden;
/*text-align:center; 
clear:both; */
background: url(../images/main/bg_logos.gif) repeat-x;
}
.footer_logos .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
/*left: 10px;*/
top: 10px;
width: 898px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 928px;
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;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
margin: 0 10px 0 0;
} 
