.contentslide{
border: 2px solid #145826;
padding: 2px 2px 2px 5px;
width: 570px;
height: 90px;
}

.contentslide .contentdiv{
color: #99CC66;
display: none;
background-color: #145826;
font-family: 'Trebuchet MS', Verdana, sans-serif;
font-size: small;
text-align: center;
}

.contentslide .contentdiv h3 {
    color: #99CC66;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: large;
    text-align: left;
    font-weight: bold;
    margin-bottom: 1px;
    }

.pagination{
width: 580px; /*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: #145826;
border: 0px solid #145826;
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 570px; /*IE5 width*/
w\idth: 580px; /*IE6 width*/
}

.pagination a{
padding: 4px 4px 1px 4px;
text-decoration: none; 
font-family: Verdana, sans-serif;
font-size: small;
font-weight: bold;
color: #145826;
background-color: #FFCC66;
}

.pagination a:hover, .pagination a.selected{
padding: 4px 4px 1px 4px;
font-family: Verdana, sans-serif;
font-size: small;
font-weight: bold;
color: #145826;
background-color: #CCFF33;

}
