.contentslide{
border: 1px solid #666666;
padding: 0px;
width: 430px;
height: 304px;
}

.contentslide .contentdiv{
width: 100%;
height: 100%;
text-align: center;
vertical-align: middle;
display: none;
}

.pagination{
width: 430px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: transparent;
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: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
border: 1px solid #666666;
padding: 0 5px 2px 5px;
text-decoration: none; 
color: #fff;
background-color: transparent;
}

.pagination a:hover, .pagination a.selected{
color: #fff;
text-decoration: none; 
background-color: #ff0000;
}