.contentslide{
border: 0px solid navy;
border-bottom-width: 6px; /*6 original*/
padding: 2px; /*2px - 400x250 original the inner white frame*/
width: 465px;
height: 350px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 456px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: navy;
border: 2px solid navy;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 5px 0;  /*bottom pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/

}

.pagination a{
padding: 1px  10px;
border-bottom: 1px solid #FFFFFF;
border-right: 1px solid #ffffff;
text-decoration: none; 
color: #FFFFFF;
background-color: #777777; // bg button was dark blue


}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: white;
border-bottom: 2px solid #555555;
border-right: 1px solid #555555;
text-decoration: none;
}