.contentslide{
border: 0px solid #000000;
padding: 0px;
width: 700px;
height: 470px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 700px; /*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: 0px solid #000000;
border-top: 5px solid #FFF;
padding: 0px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #2e6ab1;
background-color: #FFFFFF;
padding:10px;
}

.pagination a:hover, .pagination a.selected{
color: #FFF;
background-color: #6EE700;
padding:10px;
}