.contentslide{
border: 0px solid gray;
border-bottom-width: 0px;
padding: 8px;
width: 100%;
height: 100px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*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: #F9F5E7;
border: 10px solid #F9F5E7;
border-width: 0 10px; /*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: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
padding: 0px 5px;
text-decoration: none; 
color: #2e6ab1;
font-size:12px;
background-color: #F9F5E7;
font-family:Verdana;
}

.pagination a:hover, .pagination a.selected{
color: #000;
font-size:12px;
text-decoration: none;
background-color:#627E7A;
font-family:Verdana;
}
