﻿@media screen 
{
    /* liScroll style declarations */
    .gnb
    {
        position:absolute;
        top:115px;
        margin-top:0px;
        vertical-align:bottom;
        width:630px;
    }

    .tickercontainer { /* the outer div with the black border */
    /*background: #f0e8e8; */
    width: 620px; 
    height: 20px; 
    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: 10px;
    width: 630px; 
    overflow: hidden;
    margin: 0; 
    padding: 0;
    }
    ul.newsticker { /* that's your list */
    position: relative;
    left: 550px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
    }
    ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding: 0;
    padding-right:0px;
    color: #ffffff;
    /*background: #f0e8e8;*/
    }
    ul.newsticker a {
    white-space: nowrap;
    padding: 0;
    color: #ffffff;
    font-weight:bold;
    font-size: 16px;
    margin: 0 50px 0 0;
    } 
    ul.newsticker span {
    margin: 0 10px 0 0;
    } 
}
