.contentslide{
border: none;
padding: 0px;
width: 320px;
height: 200px;

background-color: #FFF;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 320px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: #FFFFFF;
border: none;
padding-top: 5px;
padding-bottom: 5px;
font-size: 13px;
margin-top: 52px;
}

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

.pagination a{
padding: 0 5px;
margin-right: 5px;
text-decoration: none; 
color: #FFF;
background-color: #0976E0;
}

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