.contentslide{
border: 1px solid #FFFFFF;
border-bottom-width: 1px;
padding: 1px;
width: 580px;
margin-left:0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 615px; /*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: 2px 0px 3px 50px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 580px; /*IE5 width*/
width: 580px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #FFFFFF;
}