.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 15px solid #ffffff;
border-bottom-width: 0px;
width: 550px; /*width of featured content slider*/
height: auto !important;
min-height: 100%;
height: 100%;
}



.sliderwrapper .contentdiv{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
left: 10;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 1px;
background: white;
width: 550px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: auto !important;
height: 100%;
min-height: 100%;
}

.pagination{
width: 0px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: #ffffff;
padding: 0px 0px;
}

.pagination a{
padding: 0 0px;
text-decoration: none; 
color: #ffffff;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ffffff;
}