/* liScroll styles */

.tickercontainer { /* the outer div with the black border */
/*border: 1px solid #000;*/
background: transparent; 
width: 100%; 
height: 25px; 
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;
left: 0px;
top: 0px;
width: 100%;
overflow: hidden;
}
ul.flashticker { /* that's your list */
position: relative;
left: 100%;
font: bold 10px;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.flashticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0 30px;
padding: 0;
/*background: #fff;*/
}
ul.flashticker a {
white-space: nowrap;
padding: 0;
color: #eee;
font: bold 10px;
margin: 0 50px 0 0;
} 
ul.flashticker span {
margin: 0 10px 0 0;
} 
/*
     FILE ARCHIVED ON 16:48:21 Feb 03, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:18:11 Jun 16, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.514
  load_resource: 59.89
  PetaboxLoader3.resolve: 33.058
  PetaboxLoader3.datanode: 17.884
*/