.contentslide{
padding: 10px 0 0 5px;
width: 97%;
height: 100px;
margin: 0;
line-height: 18px;
font-size: 10px;
}

contentslide a {
color: #000;
font-size: 10px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 97%; /*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;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 97%; /*IE5 width*/
w\idth: 97%; /*IE6 width*/
}

.pagination a{
padding: 0;
text-decoration: none; 
color: #000;
text-align: right;
font-size: 10px;
}

.pagination a:hover, .pagination a:visited, .pagination a.selected{
color: #bb181b;
text-align: right;
font-size: 10px;
}

