/* Widget container */
.scrollWidget {
    position: relative;
    width:650px;
    height:40px;
    margin: 0px 0px 10px 0px;
    overflow:hidden;
    background-color:#e7e7e7;
}
.scrollWidget .logo {
    position:absolute;
    top:0;left:0;
    width:105px;height:40px;
    background-color:#2c4261;
    background: linear-gradient(100% 100% 90deg, #2c4261, #1e2e49);
    background: -moz-linear-gradient(100% 100% 90deg, #2c4261, #1e2e49);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e2e49), to(#2c4261));
    -moz-border-radius: .8em 0em 0em .8em;
    border-radius: .8em 0em 0em .8em;
}
.scrollWidget .logo a{
    position:absolute;
    background-image: url(/images/rapidreports/rr_logo.png);
    background-repeat:none;
    width:95px;height:13px;
    top:13px;left:5px;
    border:0px;
}
/* Scroll element - ul > li */
#scroller {
    position:absolute;
    left:105px; height:38px;
    width: 543px;
    list-style: none;
    margin: 0;
    padding-left: 0;
    border-top:1px solid #666;
    border-bottom:1px solid #666;
    -moz-box-shadow: 0 1px 2px #999;
    -webkit-box-shadow: 0 1px 2px #999;
    background: -moz-linear-gradient(100% 100% 90deg, #DCDBDB, #fff);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#DCDBDB));
    overflow: hidden;
}
#scroller li {
    margin: 0.2em .3em;
    padding: 0.3em;
    font: 11px Arial, sans-serif; color: #000;
}
#scroller li a:link, #scroller li a:visited {color:#255C8E;}
#scroller li .headline {font-size:12px;}

#scroller img.icon {
    width:25px;height:25px;
    float:left;
    border:0;
    margin:2px 5px 0px 0;
    }
/* Controls ul */
.widgetControls {
    list-style: none;
    position: absolute;
    top: 0; left: 610px;
    height: 30px;
    margin: 0;
    padding: 0 5px 0;
}
.widgetControls li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 40px;
}
.widgetControls a {
    display: block;
    width: 18px;
    outline: none;
    text-decoration:none;
}

/*controls*/
.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;}

