/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #B0A682;
background: #fef0c0;*/ 
width: 1200px; 
height: 21px; 
margin-left: 102px; 
padding: -25px;
overflow: hidden; 
/*box-shadow: 0px 2px 5px rgba(0,0,0,0.3);*/
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
margin-top: -20px;
}

.span { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: -11px;
width: 1010px;
overflow: hidden;
margin-left: 5px;
font-weight:600;
font-size:12px;
}

.mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 1px;
top: 6px;
width: 1200px;
height:15px;
overflow: hidden;
margin-left: 5px;
}
ul.newsticker { /* that's your list */
position: relative;
left: 750px;
/*font: bold 10px Verdana;*/
list-style-type: none;
margin-left:52px;
padding: 0;
-webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    list-style:none;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin-right: 30px;
padding: 0;
/*background: #fff;*/
}
 
ul.newsticker li a.tickerUrl {
white-space: nowrap;
padding: 0;
color: #000;
/*margin: 0 50px 0 0;*/
text-decoration: none;
} 
ul.newsticker li a.tickerUrl:hover {
white-space: nowrap;
padding: 0;
color: #000;
text-decoration: underline;
} 

/*ul.newsticker span {
margin: 0 10px 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:9pt;
font-weight:600;
}*/ 