.contentslide{
padding:8px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 610px; /*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: WHITE;
border: 10px solid white;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 10px 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFA74F;
}
