.contentslide{
border: 5px solid black;
border-bottom-width: 10px;
text-align:center;
padding: 2px;
width: 630px;
height: 460px;
background-color: black;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 630px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;
background-color: black;
border: 5px solid gray;
border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 1 1px 2;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 630px; /*IE5 width*/
width: 630px; /*IE6 width*/
}

.pagination a{s
padding: 1 1px;
text-decoration: none; 
color: tan;
background-color: black;
font-weight: bold;
font: times;
letter-spacing:1;
font-size: 14px;
word-spacing: 2px;

}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: black;
font-weight: bold;
font: times;
font-size: 14px;
word-spacing: 2px;
letter-spacing:1;

}
