.contentslide{
border-bottom-width: 6px;
padding: 8px;
width: 554px;
}

.contentslide .contentdiv{
/*display: none;*/
}

.pagination{
width: 554px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
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: 538px; /*IE5 width*/
width: 554px; /*IE6 width*/
}

.pagination a{
padding: 8px 5px 2px 5px;
text-decoration: none; 
color: #000000;
background-color: #FEE496;
font:inherit;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #918256;
font:inherit;
}
