/* liScroll styles */
.tickercontainer { /* the outer div */
width: 780px; 
height: 29px; 
margin: 0; 
padding: 0;
overflow: hidden; 

}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
padding-left: 10px;
padding-right: 10px;
height: 29px;
/*width: 718px;*/
overflow: hidden;
background-color:#FFF; 
padding-top:5px;
}
ul.newsticker { /* that's your list */
position: relative;
margin-left: 0px;
font: bold 12px Verdana;
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-right: 35px;
/*background: #fff;*/
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
padding-right: 20px;
color:#666666;
margin: 0 0 0 0;
text-decoration:none;
background:url(../img/logo-sep.png) right top no-repeat;
line-height:20px;
height:20px;
display:block;

} 
ul.newsticker a:hover{
color: #b80909;
}

ul.newsticker span {
margin: 0 10px 0 0;
} 

#webticker2{
	float:right;
}

#webticker2 li {
float: right; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;

/*background: #fff;*/
}