.contentslide{
padding: 5px;
width: 400px;
height: 250px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
padding: 0 0 5px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 976px; /*IE6 width*/
text-align: center;
height: 5px;
}

.pagination a{
padding: 0 15px;
text-decoration: none; 
color: #990000;
background-color: #99CC66;
text-align: center;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #F4FFE4;
text-align: center;
}