/* Scroll element - ul > li */
#scroller {
    position:absolute;
    right:0;
    width: 640px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    height: 30px;
    overflow: hidden;
}
#scroller li {
    margin: 0.2em;
    padding: 0.5em;
    font: 11px Arial, sans-serif;
    color: #000;
}
#scroller li b {
    font-size: 11px;
    margin-right: 5px;
}
/* Left label */
.scrollWidget span.label {
    float: left;
    width: 130px;
    padding: 0 0 0 5px;
    color: #cc3300;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    line-height: 30px;
}
.scrollWidget span.label a:active, span.label a:visited, span.label a:link {
    color: #cc3300;
    outline: none;
}
/* Controls ul */
.widgetControls {
    list-style: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    margin: 0;
    padding: 0 5px 0;
}
.widgetControls li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 30px;
}
.widgetControls a {
    display: block;
    width: 18px;
    outline: none;
}
.start_pause {
    background: url(/images/cbss/ui4/buttons/pause.gif) no-repeat center;
}
.pause {
    background: url(/images/cbss/ui4/buttons/pause.gif) no-repeat center;
}
.start {
    background: url(/images/cbss/ui4/buttons/play.gif) no-repeat center;
}
/* Widget container */
.scrollWidget {
    visibility: hidden;
    position: relative;
    height:30px;
    overflow:hidden;
    margin: 0 0 10px 0;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-box-shadow: 0 1px 2px #999;
}

.scrollWidget_grey {
    background-color: #F4F4F4;
    color:#333;
}

.scrollWidget_yellow {
    background-color: #FBEB9E;
    color:#333;
}
.scrollWidget div#leagueAlertContainer {
    position: absolute;
    top: 5px;
    left: 5px;
}
