.contentslide{
padding: 10px 25px 0 10px;
width: 90%;
height: 250px;
line-height: 16px;
font-size: 10px;
font-style: italic;
color: #000;
font-family: Arial, Helvetica, sans-serif;
}

contentslide a {
color: #0c790e;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 90%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
padding: 0;
font-family: Arial, Helvetica, sans-serif;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 90%; /*IE5 width*/
w\idth: 90%; /*IE6 width*/
}

.pagination a{
padding: 0;
text-decoration: none; 
color: #0c790e;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
}

.pagination a:hover, .pagination a:visited, .pagination a.selected{
color: #0c790e;
text-align: right;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline; 
}
