.contentslide{
padding: 15px;
width: 760px;
height: 300px;
}

.contentslide .contentdiv{
display: none;
}

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

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

.pagination a{
padding: 10px;
text-decoration: none; 
color: #000000;
}

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