.contentslide{
border: 10px solid #660000;
border-bottom-width: 6px;
padding: 8px;
width: 600px;
background-color: #000000;
color: #ffffff;
}

.contentslide .contentdiv{
display: none;
align: center;
font-size:16px;
line-height:20px;
}

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

* html .pagination /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 width*/
w\idth: 616px; /*IE6 width*/
}

.pagination a{ 
padding: 0 5px;
text-decoration: none; 
color: #4E716B;
background-color: #fff;
}
.pagination a:link { 
padding: 0 5px;
text-decoration: none; 
color: #4E716B;
background-color: #fff;
}
.pagination a:hover { 
color: #4E716B;
background-color: #FEE496;
}


.pagination2{
width: 616px; /*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: #660000;
border: 10px solid #660000;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination2 /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 600px; /*IE5 width*/
w\idth: 616px; /*IE6 width*/
}

.pagination2 a{ 
padding: 0 5px;
text-decoration: none; 
color: #FEE496;
}
.pagination2 a:link { 
padding: 0 5px;
text-decoration: none; 
color: #FEE496;
}
.pagination2 a:hover { 
color: #fff;
}
.pagination2 a:visited { 
color: #FEE496;
}