.contentslide{
border: 2px solid #41583C;
border-bottom: 0px;
padding: 10px;
padding-bottom: 5px;
background-color: #FFFFFF;
width: 500px;
height: 375px;
text-align: center;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
padding: 10px;
background-color: green;
border: 2px solid #41583C;
border-top: none;
text-align: justify;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 500px; /*IE5 width*/
w\idth: 500px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #41583C;
background-color: green;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: green;
}