.contentslide{
border-width: 1px 1px 0px 1px;
border-style: solid;
border-color: #0096CD;
padding: 8px;
width: 500px;
height: auto;
padding: 0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 480px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 1px 1px 1px 1px;
border-style: solid;
border-color: #0096CD;
padding: 0px 10px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE6 width*/
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #0096CD;
background-color: #1F2E42;
}

.pagination a:hover, .pagination a.selected{
border-width: 0px 1px 0px 1px;
border-color: #f00;
color: #fff;
background-color: #0096cd;
}