.contentslide{
border: 10px solid #FF8B00;
border-bottom-width: 6px;
padding: 8px;
width: 150px;
height: 300px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
border-left:10px solid #FF8B00; border-right:10px solid #FF8B00; border-top:0px solid #FF8B00; border-bottom:0px solid #FF8B00; width: 166px; /*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: #FF8B00;
/*Left/ right border width of pagination DIV.*/
padding-left:0; padding-right:0; padding-top:0; padding-bottom:4px
}

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

.pagination a{
padding: 0 5px;
font-size: 11px; font-weight: normal;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; 
color: #005200;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #005200
}