.sliderwrapper {
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 291px; /*width of featured content slider*/
  height: 179px;
}

.sliderwrapper .contentdiv {
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/

  width: 291px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 179px;
}

.pagination {
  width: 200px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: right;
  padding: 5px 10px;
  position: relative;
  top: -28px;
  left: 70px;
  z-index: 10;
}

.pagination a {
  padding: 0 1px;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none; 
  color: #1d81f8;
  background: #ffffff;
}

.pagination a:hover, .pagination a.selected {
  font-size: 110%;
  font-weight: bold;
  color: #1d81f8;
  background-color: #ffffff;
}