.contentslide{
padding: 5px;
width: 355px;
height: 150px;
line-height: 14px;
font-size: 10px;
}

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

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 355px; /*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: 355px; /*IE5 width*/
w\idth: 355px; /*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;
}

