.contentslide{
border: 4px solid #630808;
border-bottom-width: 4px;
padding: 0px;
width: 336px;
height: 196px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 334px; /*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: #630808;
border: 0px solid #630808; /*bottom sides*/
border-width: 0 5px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 2px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 336px; /*IE5 width*/
w\idth: 334px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none;
font-family: verdana;
font-style: italic; 
font-weight: bold;
color: maroon;
background-color: #c5c5c5;
}

.pagination a:hover, .pagination a.selected{
color: white;
background-color: #6D717A;
}