.contentslide{
/*border: 8px solid navy;*/
border-bottom-width: 0px;
padding: 0px;
width: 983px;
height: 100px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 600; /*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: 10px solid navy;*/
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 983px; /*IE5 width*/
width: 983px; /*IE6 width*/
}

.pagination a{
padding: 3px;
font-family: Tahoma;
font-size: 10px;
text-decoration: none; 
color: #cc0000;
background-color: white;
font-weight: bold;
}

.pagination a:hover, .pagination a.selected{
background-color: #cccccc;
font-family: Tahoma;
font-size: 10px;
text-decoration: none; 
color: #cc0000;
text-decoration: none;
font-weight: bold;
}