﻿/* liScroll style declarations */
#FortisTicker
{
    display:none;
}

.tickercontainer
{
    float: left;
    clear: both;
    width: 955px;
    height: 23px;
    margin:-10px 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: 0px;
    top: 0px;
    width: 955px;
    overflow: hidden;
}
ul.newsticker
{
    /* that's your list */
    position: relative;
    left: 750px;
    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:0;
    background-image:url('/images/sep.gif');
    background-repeat:no-repeat;
    background-position:left center;
}
ul.newsticker a,
ul.newsticker span
{
    white-space: nowrap;
    margin: 0;
    display:block;
    padding:0 10px 0 25px;
}
ul.newsticker a
{
    padding:0px;
}