.contentslide{
/*border-bottom: 1px solid #fbdfdb;*/
border-bottom: 6px solid #b24f3a;
border-left: 0px;
border-right: 0px;
border-top: 2px solid #e4c0b8;
padding: 8px;
width: 206px;
background-color:#f5e8e6;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 190px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #e4c0b8;
/*border: 10px solid #fbdfdb;*/
border-width: 0 2px; /*Left/ right border width of pagination DIV.*/
border-top: 6px solid #b24f3a;
padding: 2px 16px 0 0;
font-size:9px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 206px; /*IE5 width*/
w\idth: 206px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
height:12px;
text-decoration: none; 
color: #b24f3a;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
height:12px;
color: #000;
background-color: #f6e8e5;
}
