.contentslide{
position:relative;
top:0;
left:0;
padding: 0;
margin:0;
width: 573px;
height: 320px;
}

.contentslide .contentdiv{
display: none;
margin:0;
padding:0;
height:320px;
}

.pagination{
position:absolute;
top:300px;
left:10px;
width: 263px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
padding:0;
margin:0;
z-index:99;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 573px; /*IE5 width*/
width: 573px; /*IE6 width*/
}

.pagination a{
padding: 0 5px 2px 5px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color: #000;
}