.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 100%;
height: 110px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*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-color: none;
border: 0px solid #B5C7DE;*/
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0px 4px 0px;
font-size:11px;
font-family:tahoma;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
padding: 3px 3px 3px 3px;
text-decoration: none; 

color: #483d8b;
border:1px outset #B5C7DE;
background-color: #F1F1F1;
}

.pagination a:hover, .pagination a.selected{
color: #CC0000;
background-color: #FEE496;

}