.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 545px; /*width of featured content slider*/
height: 400px;
z-index:0;
background-image:url(../images/nacom09/frame.jpg);
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 20px;  /*leave as is*/
top: 14px;  /*leave as is*/
padding: 0;
width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
overflow:hidden;
height:331px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
z-index:0;
}

.pagination {
position:absolute;
bottom:0;
width: 520px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 10px;
}

.pagination p {
font-size:12px;
}

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

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #CCC;
}

.pageoutoftotal {
padding: 0 5px;
text-decoration: none; 
color: #000;
background: #FFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
}