/* SPORTS TICKER */
#tickers { 
    width: 980px;
    height: 42px;
    position: relative;
    background: #F3F3F4;;
    background: linear-gradient(to bottom, #1e5799 0%,#ededed 0%,#dcdcdc 100%);
    overflow: hidden;
    border-radius: 6px;
    margin: 10px 0;
}
#tickers .sports_ticker .games div {
    height: 42px;
    padding: 0 10px;
    font-size: 10px;
    margin: 3px;
    line-height: 12px;
    display: inline-block;
    color: #444;
}
#tickers .sports_ticker { 
    position: relative;
}
#tickers .link {
    position: absolute;
    top: 0;
    right: 0;
    width: 92px;
    height: 32px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    background-color: #D1D1D1;
    background: linear-gradient(to bottom, #1e5799 0%,#dfdfdf 0%,#c0c0c0 100%); /* W3C */
    border-radius: 6px;
    line-height: 12px;
    z-index: 1;
}
#tickers .league {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: absolute;
    border: 0;
    border-radius: 6px;
    background: #D1D1D1;
    background: linear-gradient(to bottom, #1e5799 0%,#dfdfdf 0%,#c0c0c0 100%); /* W3C */
    color: #3A5B7E;
    height: 30px;
    width: 98px;
    text-align: center;
    padding: 6px 0 6px;
    overflow: hidden;
    font-size: 11px;
}
#tickers .sports_ticker .games { 
    position: relative;
    white-space: nowrap;
    width: 784px;
    overflow: hidden;
    margin-left: 98px
}
#tickers .sports_ticker p {
    margin: 0;
    padding: 0;
    line-height: 12px;
    font-size: 10px;
}
#tickers .sports_ticker .link {
    float: right;
    height: 30px; 
    padding: 5px;
    font-size: 12px;
    margin: 2px;
}
#tickers .link a {
    font-size: 12px;
    text-decoration: none;
    color: #3A5B7E;
}
/* END SPORTS TICKER */