.contentslide{
padding: 0px;
width: 198px;
height: 90px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 80px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 80px; /*IE5 width*/
height: 1px; /*IE6 width*/
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #FFCC00;
background-color: #FFCC00;
}

.pagination a:hover{
color: #FFCC00;
background-color: #FFCC00;
}

.pagination a.selected{
color: #FFCC00;
background-color: #FFCC00;
}