.contentslide{
border-bottom-width: 0px;
width: 350px;
height: 90px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 350px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 350px; /*IE5 width*/
w\idth: 350px; /*IE6 width*/
}

.pagination a{
padding: 0 4px;
text-decoration: none;
font-family: Arial;
font-size: 10px;
color: #000000;
background-color: none;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
