.contentslide{
border: 0px solid navy;
border-bottom-width: 1px;
border-bottom-color:#FFFFFF;
border-top-width: 1px;
border-top-color:#FFFFFF;
background-color:#FFFFFF;
border-left: 1px solid #b9bcb5;
padding: 0px;
width: 550px;
height: 250px;
text-align:center;
}

.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: center;
background-color:#262626;
border: 10px solid #262626;
border-width: 0 10px; /*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: 530px; /*IE5 width*/
w\idth: 530px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #999999;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #262626;
}