.contentslide{
border: 0px;
border-bottom-width: 0px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
text-align: right;
background-color: #ffffff;
border: 0px solid #ffffff;
 /*Left/ right border width of pagination DIV.*/

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a{
font-size: 1px; 
text-decoration: none; 
color: #ffffff;
background-color: white;

.pagination a:hover, .pagination a.selected{
color: #ffff;
background-color: #FEE496;


}


