.contentslide{
border: 0px solid black;
border-bottom-width: 1px;
padding: 2px;
width: 99%;
height: 310px;
color: black;
}

.contentslide .contentdiv{
display: none;
color: black;
font-size: 12px;
text-align: justify;
}

.pagination{
width: 99%; /*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: black;*/
background-image: url('images/pagination_background.png');
/*border: 10px solid black;*/
border-width: 0 0; /*Left/ right border width of pagination DIV.*/
padding: 4px 0 0 0;
height: 21px;
}

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

.pagination a{
padding: 0 0;
text-decoration: none; 
color: black;
/*background-color: black;*/
}

.pagination a:hover, .pagination a.selected{
width: 20px;
color: black;
background-color: blue;
}
