.contentslide{
border: 0px solid white;
border-bottom-width: 0px;
padding: 0px;
width: 325px;
height: 280px;
}

.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: left;
background-color: #FFFFFF;
border: 0px solid #7B7A5C;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding:0px 0px 0px 0px;
line-height:24px;
}

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

.pagination a{
padding:4px 4px 4px 4px;
text-decoration: none;
color: #7B7A5C;
background-color: #f1f1eb;
font-weight:normal;
}

.pagination a:hover, .pagination a.selected{
color: #333333;
background-color: #f1f1eb;
font-weight:normal;
}