.contentslide{
border: 0px solid #FFFF99;
border-bottom-width: 2px;
background-color: #FFFF99;
padding: 2px;
width: 475x;
height: 200px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
border-left:2px solid #D65601; border-right:2px solid #D65601; border-top:2px solid #D65601; border-bottom:2px solid #D65601; width: 470px; /*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: #D65601;
/*Left/ right border width of pagination DIV.*/
padding-left:6; padding-right:6; padding-top:6; padding-bottom:6px
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 470px; /*IE5 width*/
w\idth: 470px; /*IE6 width*/
}

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

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: #990000;
}