.contentslide{
border: 0px solid white;
border-bottom-width: 6px;
padding: 8px;
width: 98%;
height: 310px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 99%; /*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: white;
border: 10px solid #c0c0c0;
border-width: 0 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: 98%; /*IE5 width*/
width: 100%; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2d547b;
background-color: white;
border: 1px solid #c0c0c0;
}

.pagination a.selected{
color: #FFFFFF;
background-color: #5b8db6;
}

.pagination a:hover {
color: #2d547b;
background-color: #e1cec9;
}
