.contentslide{
border: 10px solid white;
border-bottom-width: 6px;
padding: 2px;
width: 462px;
height: 260px;
}

.contentslide .contentdiv{
display: none;
background: #eee;
height: 260px;
}

.contentdiv img{
margin-right:10px;
a
}

.pagination{
width: 466px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: white;
border: 0px solid white;
border-width: 0px 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

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

.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #811022;
font-size: 10px;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
font-size: 10px;
font-weight: bold;
}