.contentslide{
border: 4px solid #54663A;
border-bottom-width: 4px;
padding: 8px;
width: 410px;
height: 265px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 408px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: #54663A;
border: 4px solid #54663A;
border-width: 0 13px; /*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: 400px; /*IE5 width*/
w\idth: 408px; /*IE6 width*/
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #54663A;
background-color: #E6E6CC;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #CC6600;
}