.contentslide{
}

.contentslide .contentdiv{
display: none;
text-align: center;
}
.contentslide .contentdiv p {
 text-align: center;
 font-style:normal;
 font-size: smaller;
 text-indent: 0;
 margin-top: 8px;
 color:#999999;
}

.pagination{
text-align: right;
background-color: transparent;
}

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

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

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