.sliderwrapper .contentdiv{
z-index: 100;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */



}

.pagination{
position: absolute;
z-index: 1000;
top: 11px;
right: 18px;

color: #ffffff;
}

.pagination a{
width: 18px;
height: 17px;
display: block;
margin-top: 7px;
text-decoration: none; 
color: #ffffff;

background: #ffffff;
border: 1px solid #c8c8c8;
}

.pagination a:hover, .pagination a.selected{
width: 18px;
height: 17px;
display: block;
background: #e6e6e6;
color: #e6e6e6;
}