.contentslide{
border: none;
height: 95px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
 /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding:3px 0;
background: none;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
 /*IE5 width*/
}
.pagination a{
padding: 0 4px;
margin:3px;
text-decoration: none; 
color: #000;
background-color: #fff;
border:1px solid #999;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #004566;
}
#news_text{color: #2a4e6a;}
#news_text:hover{text-decoration:underline;color: #6a2a2a;}