.contentslide{
padding: 1px;
width: 998px!important; width:998px;
height: 268px;
margin-left:4px;
margin-top:2px;
}

.contentslide .contentdiv{
display: none;
width:998px;
}

.pagination{
width:998px!important;
/*width: 615px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 1px;
margin-top:-18px;
margin-right:5px;/*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: 998px; /*IE5 width*/
_width: 998px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
font-size:12px;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
background-color: #4a4b4c;
font-size:12px;
}
