.contentslide{
border: 1px solid #005a99;
padding: 3px;
width: 340px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 350px; /*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-image: url('http://www.mimdap.org/w/files/pagiback.gif');
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 350px; /*IE5 width*/
w\idth: 350px; /*IE6 width*/
}

.pagination a{
padding: 0 8px;
text-decoration: none; 
color: black;
background-color: white;
font-family:verdana;
font-size:7pt;
border:1px solid #005a99;
margin-right:5px;
margin-bottom:130px;
}

.pagination a:hover {
color: #000;
background-color: lightblue;
}

.pagination a.selected{
background-color: #026BB8;
color:white;
}