.contentslide{
border-bottom-width: 2px;
width: 90%;
height: 265px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 90%; 
text-align: center;
padding: 2px 2px;
}

.pagination a{
padding: 2px 2px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


