﻿.tickercontainer { /* the outer div with the black border */

    margin: auto;
    padding: 0;
    overflow: hidden;
    position: fixed;

    z-index : 1005;
    color : #fff;
    background-color : #00619c;
    border-radius : 5px;

    bottom: 3px;
    
    
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
margin : 0 ;
padding : 0 10px;
height: 18px;
/*width: 718px;*/
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
/*left: 750px;*/

list-style-type: none;
margin: 0;
padding: 0;
font-size : 10pt;
}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding-right: 25px;
/*background: #fff;*/
}

#bnews
{
    
    margin: auto;
    padding-left: 95px;
    
}


#bnews ul.newsticker .head
{
    font-weight: bold;
    padding: 0px 5px
}

#bnews ul.newsticker a
{
    color : #eee;
}

#bnews ul.newsticker a:hover
{
    color : #aae;
}