.contentslide{
border: 0px solid #dcdcdc;
border-bottom-width: 1px;
padding: 1px;
width: 304px;
height: 60px;
}

.contentslide .contentdiv{
display: none;
}

.pagination2{
width: 300px; /*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: #ffffff;
border: 1px solid #ffffff;
border-width: 0 1px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 1px 0;
}

* html .pagination2{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 300px; /*IE5 width*/
w\idth: 300px; /*IE6 width*/
}

.pagination2 a{
padding: 0 1px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination2 a:hover, .pagination a.selected{
color: #ffffff;
background-color: #777;
}