#promotions {
  position: relative;
  width: 1000px;
  height: 410px;
  margin: 0 auto;
}
#promotions .promotion {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 388px;
  background-position: center top;
  background-repeat: no-repeat;
}
#promotions #vday {
  background-image: url('../images/promotions/vdayAd.png');
}
#promotions #perfectMoment {
  background-image: url('../images/promotions/perfectMoment.png');
}
#promotions #perfectMoment .text {
  position: absolute;
  background: url('../images/promotions/perfectMomentText.png');
  width: 220px;
  height: 13px;
  top: 246px;
  left: 406px;
}
#promotions #perfectMoment .text:hover {
  background-position: center -19px;
}
#promotions #festiveAndColorful {
  background-image: url('../images/promotions/seasonOfFestive.png');
}
#promotions #festiveAndColorful .text {
  position: absolute;
  width: 160px;
  height: 13px;
  top: 260px;
  left: 71px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #458BBD;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
#promotions #pearls {
  background-image: url('../images/promotions/pearls.png');
}
#promotions #pearls .text {
  position: absolute;
  background: url('../images/promotions/pearlsText.png');
  width: 146px;
  height: 13px;
  top: 214px;
  left: 145px;
}
#promotions #pearls .text:hover {
  background-position: center -19px;
}
#sliderButtonsHolder {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#sliderButtons {
  height: 10px;
  display: inline-block;
  margin: 0 auto 25px auto;
}
#sliderButtons .sliderButton {
  float: left;
  width: 13px;
  height: 13px;
  background: #A7A9AC;
  border-radius: 10px;
  margin: 0 10px;
  cursor: pointer;
  transition: background 1s;
  -webkit-transition: background 1s;
  /* Safari */
}
#sliderButtons .selected {
  background: #282425;
}
.splitter {
  float: left;
  width: 8px;
  height: 100%;
  background: white;
}
#collections {
  position: relative;
  min-width: 100%;
  background: url('../images/frontPage/bottomMenuGradient.png') bottom center repeat-x;
}
#collections #collectionHolder {
  height: 273px;
  width: 100%;
  margin: 0 auto;
}
#collections .collection {
  position: relative;
  float: left;
  width: 392px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center 22px;
}
#collections #bridalIntro {
  background-image: url('../images/frontPage/bridalLink.png');
}
#collections #classicIntro {
  background-image: url('../images/frontPage/jewelryLink.png');
}
#collections #bazaarIntro {
  background-image: url('../images/frontPage/magnificentLink.png');
}
#diamondBarBottom {
  background: url('../images/introPages/diamondAdBackground.png');
}
