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


.sliderwrapper .contentdiv{
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: 440px;
}

.sliderwrapper.lev2{
height: 330px;
}

.slidepagination{
text-align: right;
color: #457DD5;
position:absolute;
bottom: 10px;
right: 200px;
z-index: 999;
font-size: 28px;
border:none;
background-color:none;
}
.slidepagination.lev2{
right: 0;
}
.slidepagination a{
text-decoration: none; 
color: #4F7DD5;
margin-left:4px;
}

.slidepagination a:hover, .slidepagination a.selected{
color: #981B1E;
margin-left:4px;
}

.slidepagination a:focus{
      border: none;
      outline:0;
    }