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