.contentslide{
}

.contentslide .contentdiv{
display: none;
text-align: center;
 background-color:#F2F9FC;
}
.contentslide .contentdiv p {
 text-align: center;
 font-style:normal;
 font-size: smaller;
 text-indent: 0;
 margin-top: 8px;
 color:#999999;
}

.pagination{
text-align: center;
/*background-color: #799CB6;*/
 background-color:#F2F9FC;
}

* 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:link, .pagination a:visited {
padding: 0 5px;
text-decoration: none; 
color: #004071;
background-color: transparent;
}

.pagination a:hover, .pagination a.selected, .pagination a:visited:hover {
color:#ffffff;
background-color:#004071;
}