.contentslide{
border:;
border-bottom-width: 10px;
padding: 2px;
width: 525px;
height: 304px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 530px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color:;
border:;
border-width: 0 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: 5300px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #FF0000;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #999999;
background-color: #FF0000;
}