.contentslide{
width: 280px;
height: 280px;
border:1px solid #CCCCCC;
background-color:#F6F6F6;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 280px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #535641;
border-bottom: 1px solid #333333;
border-right:1px solid #333333;
border-left:1px solid #333333;
 /*border-width: 0 10px;Left/ right border width of pagination DIV.*/
padding: 4px 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 278px; /*IE5 width*/
w\idth: 280px; /*IE6 width*/
}

.pagination a
{
font-size:14px;
font-family:Arial;
font-weight:bold;
margin-right:5px;
padding: 0 10px;
text-decoration: none; 
background-color: white;
color:#666666;
}

.pagination a:hover, .pagination a.selected{
font-size:14px;
font-family:Arial;
font-weight:bold;
color: #990000;
background-color: #EFEFEF;
font-weight:bold;
}