.contentslide{
background:#FFFFFF;
height: 215px;
text-align:left;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align: right;
background:#658bbc;
border: 10px solid #658bbc;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 4px 0 4px 0;
margin-bottom:10px;
}

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

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