.contentslide{
font-family: Arial;
font-size: 1px;
padding: 0px;
width: 260px;
height: 291px;
color:#fff;
background-color: #fff;
}

.contentdiv{
font-family: Arial;
font-size: 1px;
color:#fff;
background-color: #fff;
}

a {
color:#fff;
}

.contentslide .contentdiv{
display: none;
font-size: 1px;
}

.pagination{
font-family: Arial;
color:#fff;
background-color: #fff;
text-decoration: none;
font-size: 1px;
width: 260px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 291px; /*IE5 width*/
w\idth: 260px; /*IE6 width*/
}

.pagination a{
padding: 0;
text-decoration: none;
background-color: #fff; 
color: #fff;
font-size: 1px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #fff;
font-size: 1px;
text-decoration: none;
}