.sliderwrapper{
position: relative; /*leave as is*/
width: 720px; /*width of featured content slider*/
height: 180px;
border: #C00 5px solid;
border-bottom: none !important;
}

.sliderwrapper-content p{
font-size: medium;
}

.sliderwrapper a{
text-decoration: none !important;
font-weight: bold !important;
}

.sliderwrapper h1{
font-size: 23px !important;
font-weight: normal !important;
}

.sliderwrapper .contentdiv{
padding: 5px 10px 5px 10px;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 700px; /*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;
}

.pagination{
width: 700px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
border: #C00 5px solid;
border-top: none !important;
text-align: right;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #C00;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #069;
background-color: #F3F2ED;
}