.anadiv{

padding: 3px 3px 3px 1px;

width: 650px;
height: 196px;
text-decoration: none; 
color: #000000;
border:0px #cccccc solid;

}
.contentslide{

padding: 1px;
margin-top: 6px;
width: 655px;
height: 165px;
text-decoration: none; 
color: #000000;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 600px; /*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: 0px solid #ffffff;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 10px 10px 10px 20px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 width*/
w\idth: 630px; /*IE6 width*/

}

.pagination a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding: 4px 8px 3px 6px;
text-decoration: none; 
font-weight:bold;
color: #26466D;
border:1px #CEE1E8 solid;
background-color: #F4F4F4;


}

.pagination a:hover, .pagination a.selected{
color: #FF8003;
background-color: #cccccc;
}