.contentslide{
border: 1px solid #000;
padding: 5px;
width: 600px;
height: 235px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 600px; /*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: 0;
border-width:0; /*Left/ right border width of pagination DIV.*/
padding: 0;
}

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

.pagination a{
font: normal 11px/1.3em verdana,arial,sans-serif;
padding: 1px 4px;
text-decoration: none; 
color: #fff;
background-color: #e9eff4;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #a00;
}