.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 650px; /*width of featured content slider*/
height: 250px;
background-color: #c41b56;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 15px;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top: 15px;
background-color: #c41b56;
width: 621px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
text-align: center;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 630px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:30px;
text-align: center;
padding: 8px 10px;
background-color: #c41b56;
}

.pagination a{
padding: 8px 12px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#f7941f;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
color:#f7941f;
background-color: #790b30;
}