.contentslide{
width: 485px;
height: 525px;
background-color: #FFFFFF;
color: #000000;
font-weight: normal;
font-size: 12px;
font-family: verdana, georgia, arial, sans-serif;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 485px; /*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: #FFFFFF;
font-size: 12px;
font-family: verdana, georgia, arial, sans-serif;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 485px; /*IE5 width*/
w\idth: 485px; /*IE6 width*/
}

.pagination a:link, .pagination a:visited, .pagination a:active
{
padding: 0 5px;
text-decoration: underline; 
color: #002A5C;
background-color: #FFFFFF;
font-size: 12px;
font-family: verdana, georgia, arial, sans-serif;
}

.pagination a:hover, .pagination a:selected{
color: #B37B31;
background-color: #FFFFFF;
font-size: 12px;
font-family: verdana, georgia, arial, sans-serif;
}