.contentslide{
border: 0px solid #949CBD;
border-bottom-width: 0px;
padding: 0px;
width: 482px;
height: 209px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
border-left:1px solid #949CBD; 
border-right:0px solid #949CBD; 
border-top:0px solid #949CBD; 
border-bottom:0px solid #949CBD; 
width: 478px; /*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: #949CBD;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:5px; padding-bottom:7px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 478px; /*IE6 width*/
}

.pagination a{
padding: 5px;
font-family: Verdana, Arial, sans-serif;
font-size: x-small;
text-decoration: none; 
color: white;
background-color: #000000;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: red;
}
