.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #666633;
border-bottom-width:0px;
border-top-width:0px;
width: 780px; /*width of featured content slider*/
height: 296px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 780px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
/* USE SETTING BELOW FOR PAGINATION FORMAT */
.pagination{
width: 750px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
background-color: #ffffff; /*Background of Thumbs*/
padding: 10px 15px;
margin-top: 0px;
}

/* Settings below are text and cell formatting when mouse not over */
.pagination a{
padding: 2px 4px; /* width and height of page number box */
background-color: bcbec0;/* background of font color */
border: 0px solid #0000ff;
text-decoration: none; 
/*font-size:18pt;*/
{color:#000000; font-style:normal; font-variant:normal; font-weight:normal; font-size:10pt; font-family:verdana} 


}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: 0000ff;
}


/* BELOW IS UNUSED */

/*Additional CSS for demos*/

<!-- use this one-->
#slider4{
border-color: #000000;
/*margin-left: 0px;*/
height: 350px
}

<!-- formats the choices table{  }-->
#paginate-slider4{
/*background-color: #800000;*/
border-color: 000000;
margin-left: 0px;
}