.contentslide{
border: 0px;
padding: 0px;
width: 520px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 520px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding: 0px;
/*background-image: url('background.jpg');*/
background-repeat:repeat-x;
position:relative;
top:-2px;
height:31px;
font-size:16px;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 520px; /*IE5 width*/
w\idth: 520px; /*IE6 width*/
}

.pagination a {
padding: 2px 6px 4px 6px;
text-decoration: none; 
color: #000000;
/*background-image: url('background-number.jpg');*/
background-repeat:repeat-x;
border-left: 1px solid #3d443d;
margin-left: -6px;
}

.pagination a:hover, .pagination a.selected{
color: #000000;
background-color: white;
text-decoration: none;
background-image: url('background-number-hover-1.jpg');
background-repeat:repeat-x;
}

#paginate-slider1 a {
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
}