.contentslide{
padding: 0px;
width: 580px;
text-align: center;
/*width: 210px;*/
}

.contentslide .contentdiv{
display: none;
}

img { border:0;}
.pagination{
width: 580px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
/*width: 210px;*/
text-align: center;
/*background-color: navy;
border: 1px solid navy;
border-width: 0 10px; Left/ right border width of pagination DIV.*/
padding: 10px 0 10px 0;
}

.pagination a{
padding: 0 5px;
text-decoration: underline; 
color: #800A0A;
}

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