/*default CSS for SAG scroller*/

.sagscroller{
    width: 100%;  /*default width of scroller*/
    height: 210px;
    overflow:hidden;
    position:relative;
    /*border:7px solid black;*/
    /*border-radius: 8px; 
    -moz-border-radius: 8px; 
    -webkit-border-radius: 8px;*/ 
}

.sagscroller a{
    font-weight: bold;
    text-decoration: underline;
}

.sagscroller ul{
    position:absolute;
    margin:0;
    padding:0;
    background:white;
    list-style:none;
    width: 100%;
}

    .sagscroller ul li {
        display: block;
        /*font-size: 0.8em;*/
        text-align: left;
        padding: 15px 0 20px;
        border-bottom: 1px solid #dedede;
        line-height: 1.2em;
    }


.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/
    font-size: 80%;
}

.sagscroller ul li .rsslabel{ /*div containing label of each RSS entry*/
    margin-top: 5px;
    background: #eee;
    font-size: 12px;
    clear: both;
}