.contentslide{
border: 0 solid navy;
width: 546px;
height: 140px;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 546px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background: url(http://btourism.com/images/111.gif) repeat-x;
padding:3px 0;
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #c4e2f2;
}
#news_text{color: #0c1f5f;}
#news_text:hover{text-decoration:underline;}