.contentslide{
padding: 8px;
width: 700px;
border-width:0px;
border-style:ridge;
border-color:#ffffff;
background-repeat:repeat;
}

.contentslide .contentdiv{
display: none;
}
.contentdiv{
border-width:0px;
border-color:#FFFFFF;
}
.pagination{
text-align:center;
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/

  /*Left/ right border width of pagination DIV.*/
padding: 6px 0 6px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
width: 516px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: #CCCC99;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #333300;
}