.contentslide{
border-right: 1px solid #ccc;
padding: 8px 8px 0px 8px;
width: 240px;
min-height: 50px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 240px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 240px; /*IE5 width*/
w\idth: 240px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: white !important;
background-color: #3b87c1;
}