/* liScroll styles */

.tickercontainer { /* the outer div */
background: none;
width: 1880px; 
height: 50px; 
margin: 5px 0 0 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;
left: 1px;
top: 0;
width: 1920px;
overflow: hidden;
}
h2.newsticker { 
position: relative;
left: 550px;
list-style-type: none;
margin: 18px 0 0 0;
padding: 0;
color: #1955a5;
-moz-box-shadow:none;
border:none;
white-space: nowrap;
font-size: 30px;
}
