.contentslide{
border: 1px solid #2E3092;
border-bottom-width: 2px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
width: 336px;
height: 280px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 336px; /*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;
border: 1px solid #2E3092;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
font-family: Verdana, "Arial Black", "Times New Roman", "Times", "serif";
font-size: 12px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 336px; /*IE5 width*/
width: 336px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
background-color: #2E3092;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #F26522;
}