/*********************
 *** NEWS SCROLLER ***
 *********************/
 
.news_scroller { 
    width:202px;
    /*padding:5px;*/
    height:170px;
    overflow:hidden;
    position:absolute;
    /*background:red;*/
}
.news_item {
    display:block; 
    padding:0 0 10px 14px;
    /*background:url(/img/arrow_news.gif) no-repeat 4px 3px;*/
}
.news_item a{
    color:#666;
}
.news_item a:hover{
    color:#1A59A6;
} 

.events_scroller { 
    width:202px;
    /*padding:5px;*/
    height:170px;
    overflow:hidden;
    position:absolute;
    /*background:red;*/
}
.events_item {
    display:block; 
    padding:0 0 10px 14px;
    /*background:url(/img/arrow_news.gif) no-repeat 4px 3px;*/
}
.events_item a{
    color:#666;
}
.events_item a:hover{
    color:#1A59A6;
} 
