/* liScroll styles */

.tickercontainer {
    background: url("scrollerbg.gif") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: 35px;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 10px 0 30px;
    width: 920px;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 10px;
top: 8px;
width: 940px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 1000px;
font: bold 10px Verdana;
list-style-type: square;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
/*margin-right:20px;*/
padding: 0;
background: transparent;
white-space: nowrap;
color: #ffffff;
margin: 0 50px 0 0;
}
ul.newsticker li.last { }
ul.newsticker li a { color: #ffffff; }
ul.newsticker li a:hover { text-decoration: underline; }
/*
ul.newsticker li a, ul.newsticker li a:link, ul.newsticker li a:visited {
display: block;
white-space: nowrap;
padding: 0;
color: #ffffff;
font: bold 10px Verdana;
margin: 0 50px 0 0;
}*/
ul.newsticker span {
margin: 0 10px 0 0;
} 
#ticker01 { display:block; clear:both; }

/* --- BEGIN: pencil ad --- */
#block-ticker-1 .content { width: 960px; margin: 0 auto; }
#pencilad { position: relative; height: 30px; overflow: hidden; }
#pencilclicker { position: absolute; top: 2px; right: 5px; font-family: serif; font-style: italic; font-size: 22px; color: white; }
/* --- END: pencil ad --- */
#regiontwo .block { margin-bottom: 5px; }
#block-ticker-0 { clear: both; padding-bottom: 0; margin-bottom: 1em; }
#block-ticker-0 h2 { display:none; }