.contentslide{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
/*width: 400px;
height: 250px;*/
}

.contentslide .contentdiv{
display: none;
}

.pagination{
/*width: 416px; */
/*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: #E0E0E0;
font-size:10px;

/*Left/ right border width of pagination DIV.*/
padding: 0 8px 2px 0px;
}



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

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