.contentslide{
border: 0px solid #F60;
border-bottom-width: 0px;
padding: 0px;
width: 490px;
height: 280px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*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: #360;
border: 6px solid #360;
border-width: 0 20px; /*Left/ right border width of pagination DIV.*/
padding: 4 0 4 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 440px; /*IE5 width*/
w\idth: 490px; /*IE6 width - this sets the pagination equal to the .contentslide*/
}

.pagination a{
padding: 0 8px;
text-decoration: none; 
color: #FFF;
background-color: #360;
font-family: verdana;
font-size: 12px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FFF;
font-family: verdana;
font-size; 12px;
}