.contentslide{
border: 5px solid #000000;
border-bottom-width: 10px;
padding: 0px;
width: 490px;
height: 270px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 495; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
//width: 500px;
text-align: right;
background-color: #000000;
border: 0px solid #000000;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px 5px 10px 0;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #FFFFFF;
background-color: #CC0000;
text-decoration: none; 
}