.dBoxNext, .dBoxPrev {
  float: left;
  text-decoration: none;
  color: #8E2E27;
  width: 23px;
  height: 26px;
}

.dBoxNext {
  width: 31px;
  background-image: url(./images/dBoxCtrlNext.gif);
}

.dBoxPrev {
  background-image: url(./images/dBoxCtrlPrevious.gif);
}

.dBoxPlay, .dBoxPause {
  float: left;
  text-align: center;
  width: 22px;
  height: 26px;
  text-decoration: none;
  color: #8E2E27;
}

.dBoxPlay {
  background-image: url(./images/dBoxCtrlPlay.gif);
}

.dBoxPause {
  background-image: url(./images/dBoxCtrlPause.gif);
}

.dBoxNum {
  text-align: center;
  float: left;
  width: 24px;
  height: 26px;
  color: #ffffff;
  text-decoration: none;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  /* font-weight: normal; */
  /* background-image:; */
}

.dBoxNumTable {
  padding-bottom:3px;
}

.dBoxNumSelected {
  text-align: center;
  float: left;
  width: 24px;
  height: 26px;
  /* color: #8E2E27 */;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  /* font-weight: bold; */
  background-image: url(./images/dBoxCtrlSelected.gif);
}
