.contentslide{
border: 0px;
padding: 0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 634px; /*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: 4px 4px 4px 4px;
margin: 0px;
border: 0px;
}

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

.pagination a img{
text-decoration: none; 
border: 4px solid #ffffff;
}

.pagination a:hover img, .pagination a.selected img{
border: 4px solid #e6e8d9;
}