.contentslide{
border: 0px solid navy;
border-bottom-width:0px;
padding: 1px;
width: 444px;
background-color: white;
}

.contentslide .contentdiv{
display: none;
background-color: white;
}

.pagination{
width: 444px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10pt; font-style:normal; font-weight: normal; color: 000000; text-decoration:none;
background-color: white;
border: 0px solid navy;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 444px; /*IE5 width*/
w\idth: 444px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #505050;
background-color: white;
}

.pagination a.selected{
color: #000;
font-weight: bold;
background-color: #ffffff;
}
.pagination a:hover{
color: #000;
text-decoration:none;
background-color: #ffffff;
}