.contentslide {
background-color:#000000;
width: 350px;
height: 242px;
}

.contentslide .contentdiv {
display: none;
}

.pagination {
width: 330px; /*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:#FFFFFF;
border-top: 1px solid #333333;
padding: 7px 10px 7px 10px;
}

* html .pagination { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 350px; /*IE5 width*/
w\idth: 330px; /*IE6 width*/
}

.pagination a:hover, .pagination a.selected {
color: #0082F1;
text-decoration: none;
background-color: #E5EFFF;
}

.pagination a, .pagination a:visited {
color: #FFFFFF;
padding: 2px 5px 2px 5px;
text-decoration: none; 
background-color: #000000;
border: 1px solid #333333;
}