.contentslide{
padding: 5px 0px;
height: 255px;
}

.contentslide .contentdiv{
display: none;
height:225px;
}

.pagination{
width: 103%; 
text-align: center;
background-color: #0C3B51;
border: 10px solid #0C3B51;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
padding: 4px 6px;
text-decoration: none; 
color: #003E73;
background-color: white;
font-family: arial, tahoma, Helvetica, sans-serif; font-size: 12px; font-style: normal; color: #333333;
border-radius:3px;
margin:0px 5px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #EBD9A3;

}