.contentslide{
border: 0px solid white;
border-bottom-width: 0px;
padding: 0px;
width: 340px;
height: 195px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 340px; /*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: 2px solid white;
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
padding:3px 0px 3px 0px;
line-height:24px;
}

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

.pagination a{
padding:3px 6px 3px 6px;
text-decoration: none;
color: #FFFFFF;
background-color: #5CBE53;
}

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