.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 760px; /*width of featured content slider*/
height: 250px;
}

a {outline:none;}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 760px; /*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{
margin-top:228px;
margin-left:684px;
position:absolute;
width:756px;
text-align: right;
float:right;
z-index:100;
}

.pagination a{
display:block;
float:left;
width:12px;
height:12px;
padding: 0 1px;
text-decoration: none; 
color: #fff;
background:url(graphics/00000001/frame-list.jpg) center no-repeat;
text-indent:-9999px;
font-size:0.1em;
}

.pagination a:hover, .pagination a.selected{
color: #7c7c7c;
background:url(graphics/00000001/frame-current.jpg) center no-repeat;
}