.contentslide{
padding: 4px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 711px;
text-align: right;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
font-size:13px;
color: #58650D;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #58650D;
background-color: #E2E7D3;
}