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

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align: left;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 10px 0 5px 0;
margin-bottom:10px;
}

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

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