.contentslide{
background-color: #003366;
border: 1px solid #003366;
width: 315px;
height: 234px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 317px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
font: 11px Arial;
text-align: center;
background-color: #003366;
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: 317px; /*IE5 width*/
w\idth: 317px; /*IE6 width*/
}

.pagination a{
padding: 0 6px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}