.sliderwrapperPaperweights{
  position: relative; /*leave as is*/
  overflow: hidden; /*leave as is*/
  border: 3px solid #800000;
  background: #282d36;
  width: 625px; /*width of featured content slider*/
  height: 518px;
}

.sliderwrapperPaperweights .contentdiv{
  visibility: hidden; /*leave as is*/
  position: absolute; /*leave as is*/
  left: 0;  /*leave as is*/
  top: 0;  /*leave as is*/
  padding: 3px;
  background: #282d36;
  width: 620px; /*width of content DIVs within slider. Total width should equal slider's inner width (620+3+3=625) */
  height: 100%;
  filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.paginationPaperweights{
  width: 625px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
  text-align: center;
  background-color: #800000;
  padding: 3px 3px 0 3px;
}

.paginationPaperweights a{
  padding: 0 3px 0 5px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 25px;
  text-decoration: none;
  color: #cbd4e3;
  background: #000000;
}

.paginationPaperweights a:hover, .paginationPaperweights a.selected{
  color: #e9df55;
  background-color: #000000;
}