.contentslide{
width: 100%;
height: 85px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: center;


border-width: 0 0px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 0px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
w\idth: 100%; /*IE6 width*/
}

.pagination a{
font-size: 12px;
height: 12px;
font-weight: bold;
float: center;
padding:  0 2px 0 2px;
text-decoration: none; 
color: #000000;


}

.pagination a:hover, .pagination a.selected{
font-size: 12px;
font-weight: bold;
float: center;
padding:  0 2px 0 2px;
color:#FFFFFF;
background-color: #000000;

}
