.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 610px ! important;/*width of featured content slider*/
height: 309px;
}

.pgtop {background: url(../img/base/curvetop.png) no-repeat; width:610px; height:10px; position:absolute; display:block; z-index:100; left:0px; top:86px}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 610px ! important;/*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: 610px ! important;/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height:33px; line-height:33px; font-size: 13px; font-weight:bold;
text-align: right ! important;
background-image: url('../img/base/pagination-bg.gif');
}

.pagination a{
padding: 2px 7px;
text-decoration: none; 
color: #990000 ! important;
border-bottom:none ! important;
-moz-border-radius:5px; -webkit-border-radius:5px;
}

a.next {margin-right:15px;}

.pagination a:hover, .pagination a.selected{
color: #fff ! important;
background-color: #000;
}
