.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 572px; /*width of featured content slider*/
  height: 305px;
}

.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 0;
  background: #666;
  width: 572px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 265px;
  z-index: 1;
}

.pagination{
  width: 552px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: left;
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #EFEFEF;
}

.pagination a {
  padding: 0 5px;
  text-decoration: none;
  color: #8F8F8F;
  background: #CFCFCF;
}

.pagination a:hover, .pagination a.selected {
  color: #CF1C48;
  background-color: #fff;
}