.contentslide{
border: 0px ;
border-bottom-width: 0px;
padding: 0px;
width: 420px;
height: 199px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 420px; /*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: #F1F0EB;
border: 0px solid navy;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 8px 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: 400px; /*IE6 width*/
}

.pagination a{
padding: 0 8px;
text-decoration: bold; 
color: #822F63;
background-color: #F1F0EB;
}

.pagination a:hover, .pagination a.selected{
color: #F1F0EB;
background-color: #822F63;
}