.contentslide{
border: 0px;
padding: 0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 400px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding: 4px 4px 4px 4px;
margin: 0px;
border: 0px;
}

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

.pagination a{
padding:5px;
text-decoration: none; 
font-family:Tahoma;
font-size:11px;
color:#94ae08;
}

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