.contentslide{
border: 10px solid maroon;
border-bottom-width: 10px;
padding: 1px;
width: 300px;
height: 225px;
background-color: white;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 330px; /*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: maroon;
border: 5px solid maroon;
border-width: 0 05px; /*Left/ right border width of pagination DIV.*/
padding: 2 2 10px 2;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 322px; /*IE5 width*/
width: 322px; /*IE6 width*/
}

.pagination a{s
padding: 0 10px;
text-decoration: none; 
color: tan;
background-color: maroon;
font-weight: bold;
font: times;
font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: maroon;
font-weight: bold;
font: times;
font-size: 12px;

}
