.contentslide{
border: 0px solid transparent;
margin-top:60px;
border-bottom-width: 0px;
padding: 8px;
width: 300px;
height: 73px;
font-size:12px;
font-family:Arial,Helvetica,Verdana;
color:#555555;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
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: transparent;
border: 10px solid transparent;
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: 300px; /*IE5 width*/
width: 315px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #4798CB;
background-color: #e8e8e8;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #4798CB;
}