.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid #D5D5D5;
border-bottom: 0px solid #D5D5D5;
width: 565px; /*width of featured content slider*/
height: 245px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
width: 565px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index: 0;
}

.pagination{
width: 100px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: transparent;
padding: 0px 0px;
margin-left: 0px;
z-index: 100;
position:absolute;
top: 216px;
right: 8px;
}

.pagination a{
padding: 2px 8px;
text-decoration: none;
font-size: 17px;
font-weight:700;
font:Arial, Helvetica, sans-serif;
background: #aaaaaa;
color: #fff;
margin: 3px;
}

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