/* Start Banner Rotator */

#bannerRotatorBox { 
  width: 175px;  /* Banner width */
  height: 175px;  /* Banner height */
  overflow: hidden; 
  position: relative; 
}

#bannerRotatorBox ul { 
  list-style: none; 
  padding: 0; 
  position: relative;
  text-align: left;
}

#bannerRotatorBox ul li { 
  display: none; 
  width: 175px;  /* Banner width */
  height: 175px;  /* Banner height */
  position: absolute; 
  top: 0px; 
  left: 0px; 
}

#bannerNavBox { 
  position: absolute; 
  right: 0px;  /* Distance from the right side of the controls box to the right edge of the banner */
  bottom: 0px;  /* Distance from the bottom of the controls box to the bottom of the banner */
  background: url(../../../images/icons/transBlack75.png) repeat 0 0;  /* Controls box background image */
  padding: 5px 5px 5px 10px; 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px; 
}

#bannerNavBox a { 
  margin: 3px 10px 0 0 ; 
  height: 10px; 
  width: 10px; 
  display: block; 
  background: url(../../../images/icons/dotDark.png) no-repeat 0 0;  /* Controls Button image (Inactive) */
  float: left; 
}

#bannerNavBox a.activeBox { 
  background-image: url(../../../images/icons/dotLight.png);  /* Controls Button image (Active) */
}

#bannerNavBox span.pauseBox, #bannerNavBox span.playBox { 
  cursor: pointer; 
  height: 15px; 
  width: 15px; 
  display: block; 
  background: url(../../../images/icons/pause.png) no-repeat 0 0;  /* Controls Pause icon */
  float: left; 
}

#bannerNavBox span.playBox { 
  background-image: url(../../../images/icons/play.png);  /* Controls Play icon */
}

.divider-tall {
  clear: both;
  height: 13px;
}
/* End Banner Rotator */