.contentslide{
/*border: 10px solid #9900cc;*/
border-bottom-width: 6px;
padding: 8px;
/*width: 560px;*/
/*height: 400px;*/
}

.contentslide .contentdiv{
display: none;
}

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

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #ffffff;
background-color: #003366;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ff0000;
}