.contentslide{ font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; float: left; padding: 2px; }

.contentslide a{ text-decoration: none; color: #2e6ab1; background-color: #fee496; }

.contentslide a:hover {
color: #2e6ab1;
text-decoration: none;
}

.contentslide .contentdiv{
display: none;
}

.pagination{ font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: right; background-color: #fee598; float: right; border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 2px 0; } 

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 120px; /*IE5 width*/
w\idth: 136px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #ffd212;
}

