.sliderwrapper {
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  width: 960px; /*width of featured content slider*/
  height: 302px;
  }

.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: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  }

.pagination{
  width: 940px; /*Width of pagination DIV. Total width should equal slider's outer width (940+10+10=960)*/
  height: 30px;
  text-align: right;
  background: transparent url(../../img/background/pagination.gif) no-repeat;
  padding: 0px 10px;
}

.pagination a {
  padding: 0 5px;
  text-decoration: none;
  color: #fff;
}

.pagination a:hover, .pagination a.selected{
  color: #d5d8dd;
}

a.prev { padding: 0; }
a.next { padding: 0; }
a:hover.prev { padding: 0; }
a:hover.next { padding: 0; }

#paginate-container-left {
  font-size: 85%;
  height:30px;
  padding-top:5px;
  float:left;
}

#paginate-container-left p {
  color:#fff;
}

#paginate-container-right {
  height:30px;
  padding-top:6px;
  float:right;
}

div#promo-boxes {clear: both; margin: 10px 0;}
.subcl { padding-right: 0.5em; *padding-right: 0.33em;}
.subcr { padding-left: 0.5em; *padding-left: 0.33em; }

#promo-box-1 {width:230px; height:150px;}
#paginate-promo-box-1 {width:216px; background: transparent url(../../img/background/promo-box.gif) no-repeat;}

#promo-box-2 {width:230px; height:150px;}
#paginate-promo-box-2 {width:216px; background: transparent url(../../img/background/promo-box.gif) no-repeat;}

#promo-box-3 {width:230px; height:150px;}
#paginate-promo-box-3 {width:216px; background: transparent url(../../img/background/promo-box.gif) no-repeat;}

#promo-box-4 {width:230px; height:150px;}
#paginate-promo-box-4 {width:216px; background: transparent url(../../img/background/promo-box.gif) no-repeat;}
