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

.contentslide .contentdiv{
display: none;

}

.pagination{
width: 688px; /*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: 6px 0 8px 0;
}


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

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