.contentslide {
   border-bottom-width: 6px;
   padding: 8px;
   width: 90%;
   /* height: 40px; */
   overflow: hidden;
}

.contentslide .contentdiv {
   display: none;
}

.pagination {
   width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
   border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
   padding: 2px 0 0 0;
   font-size: 7pt;
}


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

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