.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
 width:475px; /*width of featured content slider*/
height: 350px;
font-family:"Trebuchet MS",tahoma,Arial,Helvetica,sans-serif;
}


 .sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
 width: 475px; /*width of content DIVs within slider. Total width should equal slider's inner width (490+5+5=400) */
height: 100%;
 -moz-opacity: 1;
opacity: 1;
color:#0066CC
}

.contentdiv h1 {margin: 0px 0px; padding:0px; font-size:35px;}

 
.pagination{
margin-top:25px;
padding:5px 10px;
text-align:left;
width:350px;
}

.pagination a{
padding: 0 5px;
font-size:16px;
text-decoration: none; 
color: #333333;
font-weight:bold;
background: #d9d9d9;
border:1px #d9d9d9 solid;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #d9d9d9;
border:1px #666666 solid;
}