﻿/*default CSS for SAG scroller*/

.sagscroller{
    /*width: 100%;*/  /*default width of scroller*/
    /*height: 485px;*/
    overflow:hidden;
    position:relative;
}
.sagscroller a{

}

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

.sagscroller ul li{
    display:block;
}

.sagscroller ul li .rsscontent{ /*div containing body of each RSS entry*/

}

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