.sliderwrapper{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 0px;
  width: 347px; /*width of featured content slider*/
  height: 188px;
  z-index: 5;
}

.sliderwrapper .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 0px;
  background: white;
  width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 5;
}

.sliderwrapper .contentdiv .text-slide {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 43px;
  background: transparent url('../images/slider/g-slider-faded.png') top left repeat-x;
  width: 339px;
  padding-left: 8px;
  padding-top: 8px;
  z-index: 5;
  font-size: 13px;
  line-height: 18px !important;
}

.sliderwrapper .contentdiv .text-slide p {
  line-height: 18px !important;
  color: #fff;
  margin: 0;
  z-index: 5;
}

.sliderwrapper .contentdiv .text-slide p.title {
  color: #fff;
  z-index: 5;
  font-weight: bold;
}

.pagination{
  width: 377px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: right;
  background: #fff;
  padding: 5px 10px;
  z-index: 5;
}

.pagination a{
  padding: 0 5px;
  text-decoration: none; 
  color: #00007D;
  background: white;
  z-index: 5;
}

.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #FEE496;
}

#paginate-slider1 {
  width: 357px;
  z-index: 5;
  padding-top: 10px;
}

#paginate-slider1 a {
  margin-right: 5px;
}

#paginate-slider1 a img {
}