.sliderwrapper{
position: relative; /*leave as is*/
width: 326px; /*width of featured content slider*/
height: 433px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 326px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
z-index:0;
}
.pagination{
text-align: right;
float:right;
position:absolute;
top:300px;
width: 326px;
left:0px;
z-index:1000;
}
.pagination a.toc{
padding: 2px 0px 1px;
margin-left:2px;
text-align:center;
float:left;
width:44px;
display:none;
}
.pagination a.prev{
position:absolute;
left:-5px;
top:0px;
z-index:1000;
}
.pagination a.next{
position:absolute;
right:5px;
top:0px;
z-index:1000;
}

