.contentslide{
padding: 0px;
width: 629px;
height: 317px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 629px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 4px 0px 0px 52px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 629px; /*IE5 width*/
w\idth: 629px; /*IE6 width*/
}

.pagination a{
padding: 2px 2px;
text-decoration: none; 
color: #2e6ab1;
background-color:#EEEEEE
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #492322;
}