.contentslide{
padding: 3px;
border: 1px solid lavender;
color: blue;
font-weight: 600;
width: 290px;
height:220px;
}

.contentslide .contentdiv{
display: none;
height:220px;
}

.pagination{
width: 290px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background-color: red;
border: 6px solid red;
border-width: 0 3px; /*Left/ right border width of pagination DIV.*/
padding: 3px 0 3px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
w/idth: 454px; /*IE5 width*/
width: 290px; /*IE6 width*/

}

.pagination a{
padding: 0 3px;
text-decoration: none; 
color: white;
background-color: red;
font-size: 8pt;
font-weight: 700;
font-family: arial;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: yellow;
}